added contact page, wip page, and removed background image

This commit is contained in:
rawleyIfowler
2022-02-07 14:08:16 -06:00
parent 36cb46c7e7
commit a2eceb7b7e
8 changed files with 28 additions and 9 deletions

View File

@@ -19,10 +19,7 @@ body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialias;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
background-image: url('/static/bg.svg');
background-repeat: no-repeat;
background-size: cover;
background-color: #fafafa;
font-size: calc(12px + 0.33vw);
max-width: 100vw;
min-height: 100vh;
@@ -57,6 +54,11 @@ p {
margin-right: 12px;
}
li {
padding-top: 6px;
padding-bottom: 6px;
}
a {
text-decoration: none;
color: #242124;
@@ -114,7 +116,6 @@ a::after:hover {
}
.post-record {
background-color: rgba(233, 233, 233, 0.6);
padding-left: 12px;
padding-right: 12px;
width: 200px + 2vw;