A couple little tweaks to keep the hero contents visible on mobile
This commit is contained in:
parent
08396bb61d
commit
b992186b71
4 changed files with 8 additions and 3 deletions
|
|
@ -10401,7 +10401,6 @@ a.navbar-item[href="/search"].is-active::before {
|
||||||
@media screen and (min-width: 769px), print {
|
@media screen and (min-width: 769px), print {
|
||||||
.titlebar .titlebar_title .subtitle,
|
.titlebar .titlebar_title .subtitle,
|
||||||
.titlebar .titlebar_title .title {
|
.titlebar .titlebar_title .title {
|
||||||
margin: 0;
|
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -10802,6 +10801,9 @@ a.teaser:hover .subtitle {
|
||||||
.hero-main a:focus .icon {
|
.hero-main a:focus .icon {
|
||||||
color: #CBC219;
|
color: #CBC219;
|
||||||
}
|
}
|
||||||
|
.hero-main .hero-body {
|
||||||
|
padding-block: 7rem 5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.hero.is-blue {
|
.hero.is-blue {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -37,6 +37,9 @@
|
||||||
color: $dandelion-light;
|
color: $dandelion-light;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.hero-body {
|
||||||
|
padding-block: 7rem 5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero.is-blue {
|
.hero.is-blue {
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
@include tablet {
|
@include tablet {
|
||||||
.subtitle,
|
.subtitle,
|
||||||
.title {
|
.title {
|
||||||
margin: 0;
|
// margin: 0;
|
||||||
color: currentColor;
|
color: currentColor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue