Re-theme slides

This commit is contained in:
Keegan Rankin 2024-03-11 12:53:23 -07:00
parent ad1a2a614f
commit 70bd4b420c
3 changed files with 589 additions and 1628 deletions

File diff suppressed because it is too large Load diff

View file

@ -37,14 +37,46 @@
} }
/* Hero image in hero block */ /* Hero image in hero block */
.has-background-image.hero { .footer {
width: 100vw; .has-background-image.hero.is-medium {
position: relative; width: 100vw;
left: 50%; position: relative;
right: 50%; left: 50%;
margin-left: -50vw; right: 50%;
margin-right: -50vw; margin-left: -50vw;
margin-right: -50vw;
.hero-body {
padding: 3rem 1.5rem;
@include from ($tablet) {
padding-top: 9rem;
padding-bottom: 7rem;
}
}
}
} }
.has-background-image.hero.is-medium {
img {
height: 200px;
max-height: 400px;
object-fit: cover;
position: absolute;
@include from($tablet) {
height: auto;
}
}
.hero-body {
padding: 5.5rem 1rem;
@include from ($tablet) {
padding-top: 12rem;
padding-bottom: 12rem;
}
.container.is-fluid {
margin-left: 32px;
margin-right: 32px;
}
}
}
/* Slim down section vertical padding a bit.*/ /* Slim down section vertical padding a bit.*/
.section { .section {

View file

@ -12,6 +12,6 @@
* @ingroup themeable * @ingroup themeable
*/ */
#} #}
<figure class="image no-upscale"> <figure class="image">
<img{{ attributes }} /> <img{{ attributes }} />
</figure> </figure>