Removes padding on html/body to kill the scrollbar and top right links fixes
This commit is contained in:
parent
9f9300442d
commit
4c271f0f4b
|
@ -19,7 +19,6 @@
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.full-height {
|
.full-height {
|
||||||
|
@ -38,8 +37,8 @@
|
||||||
|
|
||||||
.top-right {
|
.top-right {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 10px;
|
||||||
top: 0;
|
top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
|
Loading…
Reference in New Issue