mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-26 11:26:17 +00:00
Basic account system
This commit is contained in:
parent
0536dfc62c
commit
87dc4d5ff0
19 changed files with 371 additions and 46 deletions
|
@ -20,7 +20,8 @@
|
|||
.gallery-item {
|
||||
margin: 0.5rem; padding: 0;
|
||||
|
||||
max-width: 300px; height: auto;
|
||||
max-width: 232.5px; max-height: 232.5px;
|
||||
height: auto;
|
||||
|
||||
background-color: var(--bg-2);
|
||||
border-radius: var(--rad);
|
||||
|
@ -44,6 +45,7 @@
|
|||
.gallery-image {
|
||||
margin: 0; padding: 0;
|
||||
|
||||
/*max-width: 232.5px; max-height: 232.5px;*/
|
||||
width: 100%; height: 100%;
|
||||
|
||||
top: 0; bottom: 0; left: 0; right: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue