1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-05 12:57:25 +02:00

improve website style

This commit is contained in:
Kushagra Gour
2024-02-28 10:25:29 +05:30
parent 7b96cfbe7b
commit f0e5750543
2 changed files with 7 additions and 4 deletions

View File

@@ -114,7 +114,7 @@
padding: 1rem;
max-width: var(--layout-max-width);
margin: 0 auto;
min-height: 55vh;
min-height: calc(100dvh - 4rem);
}
@media screen and (max-width: 700px) {