Fix chevron centering on home section titles

This commit is contained in:
Bill Thornton 2020-12-22 00:50:13 -05:00
parent 9f8b942add
commit 843811217f

View file

@ -779,6 +779,17 @@ div.itemDetailGalleryLink.defaultCardBackground {
height: 23vw; height: 23vw;
} }
.sectionTitleTextButton > .material-icons {
font-size: 1.5em;
margin-bottom: 0.35em;
margin-top: 0;
}
.layout-mobile .sectionTitleTextButton > .material-icons {
margin-bottom: 0;
padding-top: 0.5em;
}
.itemDetailGalleryLink.defaultCardBackground > .material-icons { .itemDetailGalleryLink.defaultCardBackground > .material-icons {
font-size: 15vw; font-size: 15vw;
margin-top: 50%; margin-top: 50%;