mirror of
https://codeberg.org/vegvisir/website.git
synced 2025-09-14 00:43:42 +02:00
26 lines
No EOL
371 B
CSS
26 lines
No EOL
371 B
CSS
/* # WIP */
|
|
|
|
section#wip {
|
|
background-color: rgba(var(--primer-color-light), .3);
|
|
}
|
|
|
|
section#wip container {
|
|
flex-direction: column;
|
|
gap: var(--padding);
|
|
}
|
|
|
|
/* # Websites */
|
|
|
|
section#websites container {
|
|
flex-direction: column;
|
|
}
|
|
|
|
section#websites ul {
|
|
list-style: none;
|
|
padding-left: unset;
|
|
}
|
|
|
|
section#websites button {
|
|
margin-top: var(--padding);
|
|
width: 100%;
|
|
} |