removed unnecessary files and unused linesx

This commit is contained in:
Annika
2022-05-13 16:06:04 -06:00
parent 8ed9a003da
commit 6e0073f251
2 changed files with 0 additions and 4 deletions
-4
View File
@@ -23,13 +23,10 @@ header {
display: flex;
align-items: center;
font-family: "DEADCRT", monospace;
/* background-color: var(--dark-bg); */
color: white;
padding-left: 2em;
padding-right: 2em;
padding-top: 1em;
/* height: 10vh; */
/* width: 100vw; */
padding-bottom: 1em;
position: fixed;
top: 0px;
@@ -75,7 +72,6 @@ header {
top: 10vh;
}
/* Push Down 15vh */
.mt-md-15vh {
margin-top: 15vh;
}