Skip to content

Commit

Permalink
Aaaa why is the mods section weird
Browse files Browse the repository at this point in the history
  • Loading branch information
NeeEoo committed Oct 1, 2024
1 parent f84e7fb commit 5f5db3b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion featured-mods/ananke/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

"lastUpdated": "2024-08-10T21:35:40.000Z",

"tags": ["hardcoded", "difficulty-hard", "length-medium"]
"tags": ["hardcoded", "difficulty-hard", "length-medium", "long-desc"]
}
2 changes: 1 addition & 1 deletion featured-mods/lethal-me-company/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

"lastUpdated": "2024-07-17T22:48:33.000Z",

"tags": ["softcoded"]
"tags": ["softcoded", "long-desc"]
}
26 changes: 21 additions & 5 deletions src/pages/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,22 @@ div.compact {
display: block;
}

.content.mods {
width: fit-content !important;
margin: 0 !important;
div.content {
&.main-content {
width: 100%;
margin-right: 0;
margin-left: 0;
}

&.mods {
width: fit-content !important;
margin: 0 !important;
}
}
}

@media screen and (min-width: 30.5em) {
.content {
div.content {
margin: 1.5em 1.5em;
margin-right: 0;

Expand All @@ -94,8 +102,16 @@ div.compact {
}
}

@media screen and (max-width: 35.5em) {
div.content {
&.main-content {
width: 100%;
}
}
}

@media screen and (min-width: 80.5em) {
.content {
div.content {
margin: 3em 1.5em;
margin-right: 0;

Expand Down

0 comments on commit 5f5db3b

Please sign in to comment.