2021-07-30

This commit is contained in:
GitHub Action
2021-07-30 23:34:53 +00:00
parent 2e9846a22c
commit edd70f1949
5 changed files with 357 additions and 312 deletions

View File

@@ -7,7 +7,7 @@
@font-face {
font-family: Newsreader;
src: url("static/fonts/Newsreader-VariableFont_opsz,wght.woff2");
src: url("../fonts/Newsreader-VariableFont_opsz,wght.woff2");
}
body {
@@ -15,6 +15,8 @@ body {
padding: 0;
font-family: Newsreader, serif;
color: var(--color-black);
background-image: url("../img/background.jpg");
background-size: 100%;
}
img {
object-fit: cover;