2,124
edits
Tag: Rollback |
No edit summary |
||
Line 30: | Line 30: | ||
line-height: 1.8; | line-height: 1.8; | ||
margin-top: 0px; | margin-top: 0px; | ||
display: flex; | |||
align-items: center; | |||
justify-content: space-around; | |||
padding: 0; | |||
} | } | ||
Line 37: | Line 39: | ||
list-style: none; | list-style: none; | ||
display: flex; | display: flex; | ||
align-items: | align-items: center; | ||
justify-content: space- | justify-content: space-around; | ||
padding: 0; | |||
} | } | ||
.mainpage-links-container | .mainpage-links-container li{ | ||
padding: 3px; | padding: 3px; | ||
width: | width: 80%; | ||
margin-top: 30px; | |||
} | } | ||
.mainpage-links img {height: 150px; width: auto;} | .mainpage-links img {height: 150px; width: auto;} |