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