update styles
This commit is contained in:
parent
cee20fb7e0
commit
5e06b1ba83
|
@ -173,4 +173,9 @@ header {
|
||||||
height: calc(100vh - 50px);
|
height: calc(100vh - 50px);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
margin: 0 calc(8px + 1.5625vw);
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
12
index.html
12
index.html
|
@ -41,15 +41,9 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<h1>thingy</h1>
|
<div class="container">
|
||||||
<pre>thing
|
<h1>hi bro</h1>
|
||||||
dfdf
|
</div>
|
||||||
dffdfd
|
|
||||||
|
|
||||||
dffdfd
|
|
||||||
|
|
||||||
dffdffv
|
|
||||||
</pre>
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|
Loading…
Reference in New Issue