fix width of div.content
This commit is contained in:
parent
343690b9bb
commit
40e5e87384
|
@ -26,7 +26,7 @@ $buttondistance: 12pt;
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: 100vw;
|
width: 100%;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue