Fixed responsive stlying

This commit is contained in:
2024-11-21 19:58:27 +09:00
parent 5a3929ace7
commit cf29f5b482
21 changed files with 1330 additions and 1532 deletions

View File

@@ -17,6 +17,7 @@
#App {
display: grid;
height: max-content;
}
body {
@@ -25,10 +26,10 @@ body {
main {
margin: var(--main-margin-top-bottom) var(--main-margin-left-right);
min-height: 64vh;
}
html {
font-size: 16px;
scrollbar-width: none;
scroll-behavior: smooth;
}