Fixed formatting issues

This commit is contained in:
Esther 2020-06-21 20:53:46 +01:00
parent 4d04e2a2de
commit 88128de110
No known key found for this signature in database
GPG Key ID: 162A307C5EBD40EA
3 changed files with 16 additions and 18 deletions

View File

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

View File

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

View File

@ -7,8 +7,7 @@ block content
nav.navbar nav.navbar
// Navbar brand // Navbar brand
a.navbar-brand(href='#') a.navbar-brand(href='#')
span ESTR span ESTR.
span //
// Collapse button // Collapse button
button.navbar-toggler.ham-button(type='button' data-toggle='collapse' data-target='#navbarSupportedContent23' aria-controls='navbarSupportedContent23' aria-expanded='false' aria-label='Toggle navigation' style='cursor: pointer;') button.navbar-toggler.ham-button(type='button' data-toggle='collapse' data-target='#navbarSupportedContent23' aria-controls='navbarSupportedContent23' aria-expanded='false' aria-label='Toggle navigation' style='cursor: pointer;')
.ham .ham
@ -45,7 +44,7 @@ block content
// left hand text // left hand text
.row .row
.col-sm-1 .col-sm-1
.center-v.col-sm-4 .center-v.col-sm-4.aaa
div div
h1 h1
| Hello, | Hello,
@ -55,7 +54,7 @@ block content
span Esther span Esther
p I'm a Programmer & Designer from the UK. p I'm a Programmer & Designer from the UK.
p I like to make stuff. p I like to make stuff.
.col-sm-2 .col-sm-2.aaaa
div(class="col-sm" style="background-color:#CC7A98; min-height: 100vh") div(class="col-sm" style="background-color:#CC7A98; min-height: 100vh")
.center-v-h .center-v-h
.logos-container .logos-container