more robust crossbrowser support

This commit is contained in:
Mario Vavti
2016-12-22 11:54:04 +01:00
parent f2bfdfdedd
commit 2ce6d47519
3 changed files with 26 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ body {
margin: 0px;
height: 100%;
overflow-x: hidden;
}
aside {
@@ -46,6 +45,16 @@ main {
max-width: $main_widthpx;
}
#overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
z-index: 1029;
}
h1, .h1 {
font-size: 2em;
}