add images
This commit is contained in:
parent
0a85f07b0c
commit
82f1fe9d4d
4 changed files with 25 additions and 12 deletions
16
style.scss
16
style.scss
|
|
@ -338,11 +338,15 @@ ul {
|
|||
list-style-type: "· ";
|
||||
}
|
||||
|
||||
// misc shit
|
||||
.theme-options-grid {
|
||||
.silly-little-images {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
width: 186rem;
|
||||
gap: 8rem 6rem;
|
||||
padding: 4rem 3rem;
|
||||
justify-content: center;
|
||||
align-items: flex-end;
|
||||
margin-bottom: 1em;
|
||||
|
||||
img {
|
||||
image-rendering: crisp-edges;
|
||||
// transform: scale(calc(100% * var(--pixel-scale)));
|
||||
// transform-origin: bottom;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue