12 lines
314 B
CSS
12 lines
314 B
CSS
html {
|
|
position: relative;
|
|
min-height: 100%;
|
|
font-size: 16px;
|
|
}
|
|
|
|
body {
|
|
font-size: 1rem;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
line-height: 1.5;
|
|
padding-bottom: 1em;
|
|
}
|