Fix missing CSS wildcard

This commit is contained in:
Fergal Moran
2018-04-26 19:48:02 +01:00
parent 3ace2e5d6c
commit 6f65224441
2 changed files with 21 additions and 23 deletions

View File

@@ -1,5 +1,4 @@
<div id="page-container" class="">
<main id="main-container">
<main id="main-container">
<div class="bg-image" style="background-image: url('/assets/img/robothand.jpg'); background-size: 100% 100%;">
<div class="hero">
<div class="hero-inner" style="margin-top: -250px;">
@@ -21,5 +20,4 @@
</div>
</div>
</div>
</main>
</div>
</main>

View File

@@ -1,4 +1,4 @@
::after,
*,::after,
::before {
box-sizing: border-box;
}