mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-25 19:16:15 +00:00
Automated loading of more logs
Fixed other random bugs
This commit is contained in:
parent
517d0b7071
commit
2d7d359cde
11 changed files with 151 additions and 95 deletions
|
@ -13,9 +13,12 @@ footer {
|
|||
text-transform: uppercase;
|
||||
|
||||
display: flex; flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
gap: 0.5rem;
|
||||
|
||||
p {
|
||||
margin: 0.2rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
text-decoration: none;
|
||||
|
@ -24,7 +27,7 @@ footer {
|
|||
}
|
||||
|
||||
a {
|
||||
margin: 0.2rem;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue