mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
Try to prevent the side bar from wobbling
This commit is contained in:
parent
3ea33ad7a8
commit
67a837df21
@ -5,7 +5,7 @@ header {
|
|||||||
border-right: 2px solid #eee; //make a nice dividing line
|
border-right: 2px solid #eee; //make a nice dividing line
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 240px;
|
width: 240px;
|
||||||
height: 100%;
|
height: 100vw;
|
||||||
padding-right: 30px;
|
padding-right: 30px;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
|
|
||||||
|
@ -9,6 +9,10 @@
|
|||||||
text-rendering: geometricPrecision;
|
text-rendering: geometricPrecision;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html {
|
||||||
|
width: 100vw;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: #fcfcfc;
|
background: #fcfcfc;
|
||||||
color: #222;
|
color: #222;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user