Template:Wikipedia's sister projects/styles.css: Difference between revisions
whitespace nowrap above 360px |
move this inside the 360px+ |
||
| Line 6: | Line 6: | ||
#sister-projects-list li { | #sister-projects-list li { | ||
display: inline-block; | display: inline-block; | ||
flex: 1 0 25%; | flex: 1 0 25%; | ||
| Line 29: | Line 27: | ||
@media (min-width: 360px) { | @media (min-width: 360px) { | ||
#sister-projects-list li { | #sister-projects-list li { | ||
width: 33%; | |||
min-width: 20em; | |||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
} | } | ||