events
After Width: | Height: | Size: 3.6 MiB |
After Width: | Height: | Size: 4.6 MiB |
After Width: | Height: | Size: 3.3 MiB |
After Width: | Height: | Size: 2.7 MiB |
After Width: | Height: | Size: 3.5 MiB |
Before Width: | Height: | Size: 3.3 MiB After Width: | Height: | Size: 3.3 MiB |
Before Width: | Height: | Size: 4.0 MiB After Width: | Height: | Size: 4.0 MiB |
Before Width: | Height: | Size: 4.5 MiB After Width: | Height: | Size: 4.5 MiB |
Before Width: | Height: | Size: 4.7 MiB After Width: | Height: | Size: 4.7 MiB |
13
static/css/directory.css
Normal file
@@ -0,0 +1,13 @@
|
||||
section#directory ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
section#directory li {
|
||||
margin: 0.5rem 0;
|
||||
}
|
||||
|
||||
section#directory a:hover {
|
||||
scale: 1.05;
|
||||
}
|
17
static/css/gallery.css
Normal file
@@ -0,0 +1,17 @@
|
||||
.gallery {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.gallery img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.gallery-date {
|
||||
margin: 1rem 0 .25rem 0;
|
||||
font-size: 2rem;
|
||||
}
|