fix(css): improve responsive design

This commit is contained in:
mrtnvgr 2023-06-30 20:22:20 +07:00 committed by Frédéric Guillot
parent 356d32c6fe
commit 70b3061946
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ a:hover {
100% {visibility: hidden; opacity: 0; z-index: 0}
}
@media (min-width: 600px) {
@media (min-width: 620px) {
body {
margin: auto;
max-width: 750px;