Run scss formatter

This commit is contained in:
George Drummond
2019-05-01 12:44:46 -04:00
parent fc862b4f5b
commit 21d2b5dba3
44 changed files with 519 additions and 390 deletions

View File

@@ -2,7 +2,6 @@
display: block;
background-color: $color-white;
.home-container {
max-width: 90rem;
margin-left: auto;
@@ -15,6 +14,7 @@
display: flex;
}
h1 {
font-weight: 200;
}
@@ -29,7 +29,6 @@
img {
width: 20rem;
@include media($medium-screen) {
width: 25rem;
}
@@ -41,7 +40,6 @@
}
.home-container__list {
ol {
list-style: none;
counter-reset: home-counter;
@@ -58,13 +56,8 @@
position: absolute;
left: -2rem;
}
}
}
}
}
}