Private
Public Access
1
0

frontpage styles - seems to work

This commit is contained in:
Sander Roosendaal
2018-10-20 20:42:20 +02:00
parent aeae0bdfb7
commit a21f68b03a
3 changed files with 21 additions and 83 deletions

View File

@@ -44,15 +44,22 @@
display: none
}
html {
font-size: 62.5%;
html {
font-size: 62.5%;
margin: 0px;
height: 100%;
width: 100%;
min-height: 100%;
}
body {
/* background: #edc; */
color: #333;
font-size: 1.2em;
height: auto;
width: 100%;
min-height: 100%;
margin: 0px;
box-sizing: border-box;
/* padding-bottom: 20px; */
}