fix: no navigation on 768px width

This commit is contained in:
Ushie
2023-06-07 21:10:56 +03:00
parent 11b25d04eb
commit 1ecf9a9738
12 changed files with 108 additions and 107 deletions

View File

@@ -43,7 +43,7 @@
color: var(--accent-color);
}
@media (max-width: 768px) {
@media (max-width: 767px) {
.hero {
padding-bottom: 0;
}

View File

@@ -23,7 +23,7 @@
left: 0;
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 767px) {
.social-host {
left: 0;
width: 100%;

View File

@@ -72,7 +72,7 @@
color: var(--accent-color);
}
@media (max-width: 768px) {
@media (max-width: 767px) {
li {
padding: 0.75rem 1.25rem;
text-align: left;

View File

@@ -232,7 +232,7 @@
}
}
@media (max-width: 768px) {
@media (max-width: 767px) {
.nav-wrapper {
flex-direction: column;
gap: 0.5rem;