Added abstract shape mural

This commit is contained in:
2025-07-06 00:59:24 -04:00
parent b4dcd3953d
commit b18871471b
6 changed files with 201 additions and 6 deletions

View File

@ -101,6 +101,14 @@ nav {
border: var(--borders);
}
.flex-adaptive {
display: flex;
flex-direction: column-reverse;
}
.flex-1 {
flex: 1;
}
/* -xs */
@media (min-width: 576px) {
.container {
@ -118,6 +126,9 @@ nav {
.container {
max-width: 960px;
}
.flex-adaptive {
flex-direction: row;
}
}
/* -lg */
@media (min-width: 1200px) {