frontpage styles - seems to work
This commit is contained in:
@@ -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; */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user