refactor, and polish formatting

This commit is contained in:
Annika
2022-05-13 16:03:01 -06:00
parent a2f80408b0
commit 8ed9a003da
4 changed files with 46 additions and 21 deletions
+23 -2
View File
@@ -5,7 +5,12 @@
@font-face {
font-family: "DEADCRT";
src: url("DEADCRT.ttf")
src: url("DEADCRT.ttf");
}
@font-face {
font-family: "subway";
src: url("subway.ttf")
}
header {
@@ -17,7 +22,7 @@ header {
.site-title {
display: flex;
align-items: center;
font-family: "DEADCRT";
font-family: "DEADCRT", monospace;
/* background-color: var(--dark-bg); */
color: white;
padding-left: 2em;
@@ -31,6 +36,14 @@ header {
z-index: 99;
}
.tomodachi {
font-family: "DEADCRT";
}
.subway {
font-family: 'subway', monospace;
}
#hero-img {
background-image: url("hero-bg.jpg");
min-height: 60vh;
@@ -51,6 +64,10 @@ header {
background-color: var(--dark-bg);
}
.dyn-fsize-3 {
font-size: 16px;
}
@media only screen and (min-width: 768px) {
.hanging-card {
min-height: 30vh;
@@ -62,6 +79,10 @@ header {
.mt-md-15vh {
margin-top: 15vh;
}
.dyn-fsize-3 {
font-size: 32px;
}
}