mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 19:46:16 +00:00
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:
parent
367bb2bcc5
commit
44a6712b6e
8 changed files with 71 additions and 70 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue