Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
[ASTRO] Width fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicjhon1 committed Dec 16, 2022
1 parent ab30ee8 commit 35845d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 05 KanoColle-UI/src/components/Main.astro
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ import Song from "./Song.astro";

@media screen and (max-width: 800px) {
section {
width: calc(100vw - 5rem);
width: calc(100vw - 3rem);
}
}
</style>

0 comments on commit 35845d6

Please sign in to comment.