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 */
.has-background-image.hero {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
.footer {
.has-background-image.hero.is-medium {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
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.*/
.section {
@ -94,14 +126,14 @@
@include until($tablet) {
.comment-section {
article {
display: block;
padding-bottom: 0;
}
.content p:not(:last-child) {
margin-bottom: 0;
}
}
}
}

View file

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