Skip to content

Commit

Permalink
try a bit more flexibility/smaller footer bar
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 12, 2024
1 parent 945d7a4 commit 923c9c0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions _extensions/aagi/aagi.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ $presentation-font-size-root: 2em;
font-size: 28px;
}

.reveal .slides {
margin-bottom: 5%;
}

.reveal .footer {
color: #ffffff;
background-color: theme-color("aagi-teal");
text-align: right;
display: block;
position: fixed;
padding-bottom: 12px;
padding-top: 12px;
margin-bottom: 5px;
bottom: 5% !important; // Makes footer div flush with bottom of slide
color: #ffffff !important;
background-color: theme-color("aagi-teal");
display: inline-block ;
height: 1em;
bottom: 50px !important; // Makes footer div flush with bottom of slide
z-index: -99 !important; // Sets the footer div further down the z-index
}

Expand Down

0 comments on commit 923c9c0

Please sign in to comment.