Changes

Jump to navigation Jump to search
Fixed top box overflow for all resolutions
Line 9: Line 9:  
     gap: 10px;
 
     gap: 10px;
 
     background-color: #61a376;
 
     background-color: #61a376;
     border-radius: 5px;
+
     border-radius: 20px;
     margin-bottom: 20px;
+
     margin-bottom: 10px;
 
     padding: 10px;
 
     padding: 10px;
 
     color: #F2EFEA;
 
     color: #F2EFEA;
Line 16: Line 16:     
.icannwiki-top-box ul {
 
.icannwiki-top-box ul {
    list-style-type: none; /* Hides bullet points */
+
list-style: none; /* Hides bullet points */
 +
    list-style-type: none;
 
}
 
}
    
.icannwiki-top-box ul li {
 
.icannwiki-top-box ul li {
 
     font-size: 1.2em;
 
     font-size: 1.2em;
     margin-bottom: 10px; /* Adjust the spacing between list items */
+
     margin-bottom: 10px; /* Adjusts the spacing between list items */
 
}
 
}
  

Navigation menu