Basic account system

This commit is contained in:
Michał Gdula 2022-07-25 16:13:26 +01:00
parent 0536dfc62c
commit 87dc4d5ff0
19 changed files with 371 additions and 46 deletions

View file

@ -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;