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

@@ -11,6 +11,7 @@ body {
width: min(100vw, 1024px);
box-sizing: border-box;
margin: auto;
padding: 0 20px;
}
/*----------------------------------------------------------------------------*/
@@ -43,6 +44,7 @@ button {
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.icon::before {
@@ -72,15 +74,24 @@ h2 {
i {
font-size: 20px;
font-size: "Source Serif Pro";
font-family: "Source Serif Pro";
}
p {
p, section {
font-size: 20px;
font-family: "Open Sans";
font-weight: 100;
}
ul {
list-style-type: "- ";
padding-left: 2ch;
}
li {
padding-bottom: 20px;
}
.lighter {
background: #fff4;
}
@@ -99,7 +110,6 @@ hr {
position: relative;
padding: 10px 30px;
font-size: 20px;
cursor: pointer;
}
.button::before {