NeuroWiki hereby wishes Evil Neuro happy 2nd birthday on March 25, 2025!
Main Page/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 71: | Line 71: | ||
flex: 1; | flex: 1; | ||
} | } | ||
. | .right-child { | ||
max-width:900px; | |||
} | |||
.left-child { | .left-child { | ||
border-right: 1px solid black; | border-right: 1px solid black; | ||
max-width:390px; | |||
} | } | ||
} | } | ||
Line 92: | Line 93: | ||
} | } | ||
.container p a{ | .container p a{ | ||
max-width:270px; | |||
flex: 1 1 calc(33.333% - 10px); /* 3 items per row with space for borders */ | flex: 1 1 calc(33.333% - 10px); /* 3 items per row with space for borders */ | ||
height: 64px; | height: 64px; |