mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 07:09:18 -08:00
feat: finish breaking up the stylesheets
This commit is contained in:
parent
35f5f48cc9
commit
8ef43c8de1
10 changed files with 158 additions and 148 deletions
17
sass/88x31.scss
Normal file
17
sass/88x31.scss
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue