fixed margin overflow for h1-h12

fixed it for probably way to many h tags but i'd like this a bit over kill then missing existing ones
This commit is contained in:
2021-01-24 00:54:26 +01:00
parent 5563157e30
commit f4c6e4d4d7
4 changed files with 44 additions and 6 deletions

2
dist/index.html vendored
View File

@ -25,7 +25,7 @@
</header>
<main>
<div class="container">
<h1>css grid</h1>
<h1 style="text-align: center;">CSS Grid</h1>
<div class="row">
<div class="col-12 display"><h1>12</h1></div>
<div class="col-11 display"><h1>11</h1></div>