Image upload added

Added temporary fix to loading images on the home page
Fix api.py for requesting images
Minor tweaks to default theme
This commit is contained in:
Michał Gdula 2023-01-10 18:12:55 +00:00
parent 367bb2bcc5
commit 44a6712b6e
8 changed files with 71 additions and 70 deletions

View file

@ -68,6 +68,7 @@
font-size: 5rem;
font-weight: 900;
line-height: 1;
text-align: center;
color: $green;
}
@ -79,6 +80,7 @@
font-size: 2rem;
font-weight: 600;
line-height: 1;
text-align: center;
color: $white100;
}
@ -208,7 +210,7 @@
}
.image__container {
margin: 0;
margin: -40vh 0 0 0;
padding: 0;
width: 100%;