Fix chevron centering on home section titles
This commit is contained in:
parent
9f8b942add
commit
843811217f
1 changed files with 11 additions and 0 deletions
|
@ -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%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue