Skip to content

Commit

Permalink
Merge pull request #104 from Valik3201/issue--signUp
Browse files Browse the repository at this point in the history
sign up show
  • Loading branch information
Valik3201 committed Jan 6, 2024
2 parents af70fdb + b4bd7cf commit 25ddc31
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/style/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -760,9 +760,11 @@ svg.logo-icon {
z-index: -999999999;
}
@media (max-width: 767px) {
.nav-list {
.nav-list,
.sign-up-modal-open {
display: none;
}

.header-items,
.mobile-header-items {
display: flex;
Expand Down Expand Up @@ -1397,10 +1399,6 @@ svg.logo-icon {
top: 45px;
}

.sign-up-button {
display: none;
}

@media screen and (min-width: 768px) {
.sign-up-button {
display: none;
Expand Down

0 comments on commit 25ddc31

Please sign in to comment.