Skip to content

Commit 315cb88

Browse files
committed
set text-align in presentation mode
1 parent efce27c commit 315cb88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/presentation.css

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
padding: 10px;
44
height: 100%;
55
font-size: 20px;
6+
text-align: center;
67
align-items: center;
78
justify-content: center;
89
flex-direction: column;
@@ -25,9 +26,11 @@
2526
}
2627
&.left {
2728
align-items: stretch;
29+
text-align: left;
2830
}
2931
&.right {
3032
align-items: flex-end;
33+
text-align: right;
3134
img {
3235
float: right;
3336
}

0 commit comments

Comments
 (0)