2,124
edits
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
.mainpage-links-container { | .mainpage-links-container { | ||
height: 700px; | height: 700px; | ||
width: 100%; | |||
} | } | ||
.mainpage-links { | .mainpage-links { | ||
padding: 0; | |||
margin: 0; | |||
height: 100%; | height: 100%; | ||
list-style: none; | list-style: none; | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
justify-content: space-between; | justify-content: space-between; | ||
} | } | ||