mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 15:19:18 -08:00
17 lines
244 B
SCSS
17 lines
244 B
SCSS
|
|
.netscape-container img {
|
|
width: 88px;
|
|
height: 31px;
|
|
}
|
|
|
|
.button-container {
|
|
width: fit-content;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-flow: row wrap;
|
|
gap: .5em;
|
|
img {
|
|
align-self: center;
|
|
}
|
|
}
|