improve: tablet navbar by decrease scale

This commit is contained in:
unexpected unresolved
2024-08-10 23:37:43 +07:00
committed by ThePedroo
parent fbed1e5633
commit b59b4f4a72

View File

@@ -368,7 +368,7 @@ input:checked + .slider:before {
@media only screen and (min-width: 600px) {
.navbar {
background-color: var(--desktop-navbar);
transform: scale(0.9);
transform: scale(0.85);
left: auto;
right: auto;
margin-bottom: 15px;