Changes

Jump to navigation Jump to search
no edit summary
Line 14: Line 14:  
}
 
}
   −
/* List cotained within the top box */
+
/* List contained within the top box */
 
.icannwiki-invisible-bullet ul {
 
.icannwiki-invisible-bullet ul {
 
     list-style-type: none;
 
     list-style-type: none;
Line 23: Line 23:  
     display: flex; /* Use Flexbox */
 
     display: flex; /* Use Flexbox */
 
     flex-wrap: wrap; /* Allow list items to wrap */
 
     flex-wrap: wrap; /* Allow list items to wrap */
 +
    justify-content: space-between; /* Adjusted for spacing */
 
}
 
}
   Line 28: Line 29:  
     list-style-type: none;
 
     list-style-type: none;
 
     list-style: none;
 
     list-style: none;
     margin-right: 2%; /* Horizontal space between items */
+
     margin-right: 2%; /* Adjust if necessary for fine-tuning */
 
     margin-bottom: 10px; /* Vertical space between lines */
 
     margin-bottom: 10px; /* Vertical space between lines */
 
     flex: 1; /* Flex items will grow to fill the space */
 
     flex: 1; /* Flex items will grow to fill the space */
 
     min-width: 120px; /* Minimum width of each item */
 
     min-width: 120px; /* Minimum width of each item */
 
     font-size: 120%;
 
     font-size: 120%;
 +
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
 
}
 
}
  

Navigation menu