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:
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -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>
|
||||
|
Reference in New Issue
Block a user