two of them

This commit is contained in:
floppydiskette 2025-01-16 19:54:20 +00:00
commit 3821e58e10
No known key found for this signature in database
13 changed files with 18 additions and 19 deletions

View file

@ -98,7 +98,7 @@ div#header {
grid-template-columns: 66px 1fr;
grid-template-rows: 1fr;
grid-column-gap: 15px;
grid-row-gap: 0px;
grid-row-gap: 0;
align-items: center;
}
@ -132,8 +132,8 @@ div#footer {
display: grid;
grid-template-columns: auto 1fr;
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
grid-column-gap: 0;
grid-row-gap: 0;
align-items: center;
}
@ -274,14 +274,14 @@ div.bookmark-category:first-child h2 {
}
/** Rosco **/
div.rosco-gallery {
/** Rosco & Leko **/
div.rosco-leko-gallery {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
div.rosco {
div.rosco-leko-gallery > div {
border: var(--border);
padding: 5px;
filter: var(--shadow-small);
@ -290,7 +290,7 @@ div.rosco {
height: auto;
}
div.rosco,
div.rosco img {
div.rosco-leko-gallery > div,
div.rosco-leko-gallery > div img {
max-width: 220px;
}

View file

Before

Width:  |  Height:  |  Size: 538 KiB

After

Width:  |  Height:  |  Size: 538 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 587 KiB

After

Width:  |  Height:  |  Size: 587 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 746 KiB

After

Width:  |  Height:  |  Size: 746 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 6.6 MiB

After

Width:  |  Height:  |  Size: 6.6 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 422 KiB

After

Width:  |  Height:  |  Size: 422 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 2 MiB

After

Width:  |  Height:  |  Size: 2 MiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 MiB