Skip to content

Commit

Permalink
add center class to slides style
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroCamphuijsen committed Sep 3, 2024
1 parent 2b5c5d0 commit 7d37b0d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/nlesc-decorations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,18 @@ $heading4Size: 1.5em;
padding-left: 10%;
}
}
&.center {
h1, h2, h3, p, ul{
text-align: center;
padding-left: 0%;
}
iframe, img{
display: block;
border-style:none;
margin: 0 auto;

}
}
&.about {
@include logo-part-white;
@include blue-pane-left;
Expand Down

0 comments on commit 7d37b0d

Please sign in to comment.