Skip to content

Commit fc40acb

Browse files
committed
css: setup initial font-size
1 parent 40ddade commit fc40acb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

extensions/sssd/io/themes/sssd.io/static/sass/_layout.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
html {
2+
font-size: 100%;
3+
}
4+
15
/* Put footer on the bottom of the page. */
26
body {
37
display: flex;
48
flex-direction: column;
59
justify-content: space-between;
610
min-height: 100vh;
711
overflow-x: hidden; /* To allow search results animation. */
12+
font-size: 1em;
813
}
914

1015
body > * {

0 commit comments

Comments
 (0)