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 60: | Line 60: | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
} | } | ||
.left-child, .right-child { | .left-child, .right-child { | ||
background-color: rgba(240, 240, 240, 0.25); | background-color: rgba(240, 240, 240, 0.25); | ||
Line 66: | Line 65: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
padding: 10px; | padding: 10px; | ||
} | } | ||
@media (min-width: 980px) { | @media (min-width: 980px) { | ||
Line 75: | Line 71: | ||
flex: 1; | flex: 1; | ||
} | } | ||
.left-child { | |||
max-width:36%; | |||
} | |||
.left-child { | .left-child { | ||
border-right: 1px solid black; | border-right: 1px solid black; | ||
Line 83: | Line 81: | ||
.container { | .container { | ||
width: 100%; | |||
} | |||
.container p{ | |||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
width: 100%; | width: 100%; | ||
} | } | ||
.container p a { | |||
.container a { | |||
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; |