FEAT: Created first demo of project page for malung.

This commit is contained in:
MajorDroolz
2023-01-04 04:26:14 -05:00
parent 28e1dcc5d5
commit f0b2bc0474
7 changed files with 104 additions and 7 deletions

View File

@@ -31,6 +31,7 @@
.white { --color: white }
.flex-space, .flex, br { flex-grow: 1 }
.flex.dark { background-color: var(--dark); }
.space { flex: 1000 }
/*----------------------------------------------------------------------------*/
@@ -43,8 +44,8 @@ html {
.back {
position: relative;
padding: 10px 20px;
width: min(100vw, 1024px);
padding: 10px 0;
width: min(100vw, 1024px, 100%);
box-sizing: border-box;
}