2,124
edits
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
.mainpage-retrocolumn h1 {color: #ff6699} | .mainpage-retrocolumn h1 {color: #ff6699} | ||
.mainpage-links {box-sizing: border-box | .mainpage-links {box-sizing: border-box;} | ||
.mainpage-links ul { | .mainpage-links ul { | ||
height: 100%; | |||
padding: 0; | |||
list-style: none; | list-style: none; | ||
display: flex; | display: flex; | ||
flex-direction: column; | |||
justify-content: space-around; | justify-content: space-around; | ||
margin: 0; | |||
} | } | ||
.mainpage-links img {height: 200px; width: auto;} | .mainpage-links img {height: 200px; width: auto;} |