1,131
edits
No edit summary |
No edit summary |
||
| Line 1,282: | Line 1,282: | ||
} | } | ||
.mainpage-recent-updates .tile-halves { | .mainpage-recent-updates * .tile-halves { | ||
flex: 1; | flex: 1; | ||
align-content: flex-start; | align-content: flex-start; | ||
| Line 1,288: | Line 1,288: | ||
} | } | ||
.mainpage-recent-updates .tile-halves:hover .tile-top img { | .mainpage-recent-updates * .tile-halves:hover .tile-top img { | ||
transform: scale(1.04); | transform: scale(1.04); | ||
} | } | ||
.mainpage-recent-updates .tile-halves:last-child { | .mainpage-recent-updates * .tile-halves:last-child { | ||
margin-right: 0; | margin-right: 0; | ||
} | } | ||
.mainpage-recent-updates .tile-bottom.link-button a { | .mainpage-recent-updates * .tile-bottom.link-button a { | ||
text-align: left; | text-align: left; | ||
padding: 1rem 1.5rem 0.75rem; | padding: 1rem 1.5rem 0.75rem; | ||
| Line 1,316: | Line 1,316: | ||
} | } | ||
.mainpage-contents .tile-halves:last-child { | .mainpage-contents * .tile-halves:last-child { | ||
margin-right: 0; | margin-right: 0; | ||
} | } | ||
.mainpage-contents .tile-top { | .mainpage-contents * .tile-top { | ||
position: relative; | position: relative; | ||
} | } | ||