Skip to content

Commit d948ce6

Browse files
committed
fix: [slides] Align text left, change hdr spacer
1 parent 0a1b1ce commit d948ce6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

assets/styles/_slides.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@
1414
height: $spacer-large * 25;
1515
}
1616

17+
.reveal .slides {
18+
text-align: left;
19+
}
20+
1721
.header-left,
1822
.footer-left {
1923
position: absolute;
2024
left: 0%;
21-
margin: $spacer-large;
22-
padding: $spacer-small;
25+
margin: $spacer-normal $spacer-normal;
2326
}
2427

2528
.header-left {

0 commit comments

Comments
 (0)