website/public/assets/css/pages/demos.css
vlw e5a0a8169c Initial code commit (#1)
First (rushed 😦) release of the Vegvisir website.

Reviewed-on: https://codeberg.org/vegvisir/website/pulls/1
Co-authored-by: vlw <victor@vlw.se>
Co-committed-by: vlw <victor@vlw.se>
2024-08-30 10:01:58 +00:00

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%;
}