feat: more updates

This commit is contained in:
Barrett Ruth 2024-05-12 23:42:06 -05:00
parent 511fb22740
commit 59c5707bc1
2 changed files with 50 additions and 58 deletions

View file

@ -1,10 +1,18 @@
@font-face {
font-family: Signifier;
src: url('public/signifier/Signifier-Regular.ttf');
}
html,
body {
height: 100%;
font-family: "EB Garamond";
font-family: "Signifier";
margin: 0;
display: flex;
flex-direction: column;
overscroll-behavior-x: none;
overscroll-behavior-y: none;
background-color: #f3f3f3;
}
main {
@ -15,7 +23,6 @@ header,
footer {
text-align: center;
padding: 10px 0;
background-color: #f3f3f3;
}
header {
@ -40,5 +47,5 @@ img.logo {
}
ul {
list-style-type: none; /* no bullet points */
list-style: none; /* no bullet points */
}