Added logo and minor changes

This commit is contained in:
Esther
2020-06-23 19:18:30 +01:00
parent 164a7246bd
commit 89ac57d469
11 changed files with 38 additions and 28 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
public/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
public/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@@ -19,14 +19,14 @@ body {
color: #CC7A98; }
h1 {
font-family: "Gilroy"; }
font-family: "Gilroy", sans-serif; }
h2 {
font-weight: bold;
font-family: "Apercu Mono"; }
font-family: "Apercu Mono", monospace; }
p {
font-family: "Apercu Mono"; }
font-family: "Apercu Mono", monospace; }
a:hover {
color: #CDE7B0; }
@@ -39,7 +39,7 @@ article {
header nav a span {
font-size: 2rem;
font-family: 'Titling Gothic FB';
font-family: 'Titling Gothic FB', sans-serif;
color: #CC7A98; }
header nav #navbarSupportedContent23 ul {
@@ -51,7 +51,7 @@ header nav #navbarSupportedContent23 ul {
header nav #navbarSupportedContent23 ul li a span {
transition: 0.2s;
color: #002234;
font-family: "Apercu Mono"; }
font-family: "Apercu Mono", monospace; }
header nav #navbarSupportedContent23 ul li:hover {
background-color: #002234; }
header nav #navbarSupportedContent23 ul li:hover a span {
@@ -154,7 +154,7 @@ footer {
background: #CC7A98; }
.ham span:nth-child(1) {
top: 0px; }
top: 0; }
.ham span:nth-child(2), .ham span:nth-child(3) {
top: 10px; }
@@ -179,9 +179,9 @@ footer {
-o-transform: rotate(-45deg);
transform: rotate(-45deg); }
.ham.open span:nth-child(4) {
.ham.open span:nth-child(4)none {
top: 11px;
width: 0%;
width: 0;
left: 50%; }
@media only screen and (max-width: 575px) {
@@ -195,11 +195,13 @@ footer {
margin-top: 5vh !important; }
.ef {
max-height: none !important;
min-height: none !important; } }
min-height: 0 !important; }
.ff {
min-height: 82.8vh !important; } }
@media only screen and (max-height: 815px) {
.ef {
max-height: none !important;
min-height: none !important; } }
min-height: 0 !important; } }
/*# sourceMappingURL=style.css.map */

View File

@@ -23,14 +23,14 @@ body
color: $pink
h1
font-family: "Gilroy"
font-family: "Gilroy", sans-serif
h2
font-weight: bold
font-family: "Apercu Mono"
font-family: "Apercu Mono", monospace
p
font-family: "Apercu Mono"
font-family: "Apercu Mono", monospace
a:hover
color: $green
@@ -47,7 +47,7 @@ header
a
span
font-size: 2rem
font-family: 'Titling Gothic FB'
font-family: 'Titling Gothic FB', sans-serif
color: $pink
#navbarSupportedContent23
@@ -61,7 +61,7 @@ header
span
transition: 0.2s
color: $black
font-family: "Apercu Mono"
font-family: "Apercu Mono", monospace
li:hover
background-color: $black
@@ -173,7 +173,7 @@ footer
background: $pink
.ham span:nth-child(1)
top: 0px
top: 0
.ham span:nth-child(2), .ham span:nth-child(3)
top: 10px
@@ -198,9 +198,9 @@ footer
-o-transform: rotate(-45deg)
transform: rotate(-45deg)
.ham.open span:nth-child(4)
.ham.open span:nth-child(4)none
top: 11px
width: 0%
width: 0
left: 50%
@@ -215,10 +215,12 @@ footer
margin-top: 5vh !important
.ef
max-height: none !important
min-height: none !important
min-height: 0 !important
.ff
min-height: 82.8vh !important
@media only screen and (max-height: 815px)
.ef
max-height: none !important
min-height: none !important
min-height: 0 !important