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