FEAT: Added Malung info.

This commit is contained in:
MajorDroolz
2023-01-06 03:57:38 -05:00
parent 1452840240
commit 662bc0a2ed
9 changed files with 19 additions and 27 deletions

View File

@@ -13,12 +13,6 @@
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: justify;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;
}
#content {
@@ -56,7 +50,7 @@
#image-side {
flex: 1;
gap: 30px;
gap: 20px;
display: flex;
flex-direction: column;
align-items: flex-start;
@@ -65,7 +59,7 @@
#stack {
display: flex;
gap: 20px;
gap: 10px;
flex-flow: row wrap;
}

View File

@@ -29,6 +29,7 @@
.green { --color: var(--green) }
.blue { --color: var(--blue) }
.white { --color: white }
.malung { --color: #F76F8E }
.flex-space, .flex, br { flex-grow: 1 }
.flex.dark { background-color: var(--dark) }

View File

@@ -18,7 +18,7 @@
{% assign data = tech[1] %}
.chip.{{id}} {
background-color: {{data.back}};
background: {{data.back}};
color: {{data.fore}};
}
{% endfor %}