Fixed formatting issues

This commit is contained in:
Esther
2020-06-21 20:53:46 +01:00
parent 4d04e2a2de
commit 88128de110
3 changed files with 16 additions and 18 deletions

View File

@@ -2,10 +2,6 @@
font-family: 'Titling Gothic FB';
src: url("../fonts/TITLINGGOTHICFB-WIDE.OTF") format("opentype"); }
@font-face {
font-family: 'Grifter';
src: url("../fonts/GRIFTER.otf") format("opentype"); }
@font-face {
font-family: 'Gilroy';
src: url("../fonts/Gilroy-ExtraBold.otf") format("opentype"); }
@@ -41,9 +37,6 @@ header nav a span {
font-size: 2rem;
font-family: 'Titling Gothic FB';
color: #CC7A98; }
header nav a span span {
font-size: 2.2rem;
font-family: 'Grifter'; }
header nav #navbarSupportedContent23 ul {
background-color: #CC7A98; }
@@ -174,4 +167,10 @@ footer {
width: 0%;
left: 50%; }
@media only screen and (max-width: 575px) {
.aaa {
min-height: 47vh; }
.aaaa {
margin-top: 5vh; } }
/*# sourceMappingURL=style.css.map */

View File

@@ -6,10 +6,6 @@ $green: #CDE7B0
font-family: 'Titling Gothic FB'
src: url("../fonts/TITLINGGOTHICFB-WIDE.OTF") format('opentype')
@font-face
font-family: 'Grifter'
src: url("../fonts/GRIFTER.otf") format('opentype')
@font-face
font-family: 'Gilroy'
src: url("../fonts/Gilroy-ExtraBold.otf") format('opentype')
@@ -49,9 +45,6 @@ header
font-size: 2rem
font-family: 'Titling Gothic FB'
color: $pink
span
font-size: 2.2rem
font-family: 'Grifter'
#navbarSupportedContent23
ul
@@ -193,3 +186,10 @@ footer
top: 11px
width: 0%
left: 50%
@media only screen and (max-width: 575px)
.aaa
min-height: 47vh
.aaaa
margin-top: 5vh