added contact page, wip page, and removed background image
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user