Moved duplicate container & h1 styling to global.

This commit is contained in:
2020-10-12 00:05:34 +02:00
committed by KevinMidboe
parent 0ad3d4cafd
commit da00c7735e
8 changed files with 48 additions and 77 deletions

View File

@@ -141,24 +141,6 @@ $elementSpacing: 3rem;
border-color: gray;
}
.container {
width: 90vw;
margin: 3rem auto;
margin-bottom: 0;
padding-bottom: 3rem;
max-width: 1200px;
@include desktop {
width: 80vw;
}
}
h1 {
font-size: 3rem;
font-family: "knowit";
font-weight: normal;
}
.name {
text-transform: capitalize;
font-size: 3.5rem;