mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-20 18:34:53 +00:00
Reformatting codew
This commit is contained in:
parent
19e945d1cd
commit
d6c9951233
8 changed files with 95 additions and 65 deletions
|
@ -21,7 +21,7 @@
|
|||
margin: 0.5rem; padding: 0;
|
||||
|
||||
/*max-width: 232.5px; max-height: 232.5px;*/
|
||||
height: auto; max-width: 315px;
|
||||
height: auto; max-width: 350px;
|
||||
|
||||
background-color: var(--bg-2);
|
||||
border-radius: var(--rad);
|
||||
|
|
|
@ -42,3 +42,12 @@ nav hr {
|
|||
justify-content: space-around;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 400px) {
|
||||
.nav-hide {
|
||||
display: none;
|
||||
}
|
||||
.nav-links a .svg {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue