Skip to content

Commit

Permalink
фиксы
Browse files Browse the repository at this point in the history
  • Loading branch information
osaengine committed Dec 1, 2024
1 parent 804da24 commit 50a6c47
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,31 @@ footer a:hover {
text-align: center;
}

.nav-menu {
display: none;
}

.nav-menu.active {
display: block;
position: absolute;
top: 80px;
left: 0;
right: 0;
background-color: #5f9ea0;
z-index: 10;
}

.nav-menu.active li {
padding: 15px;
border-bottom: 1px solid rgba(255,255,255,0.1);
}

.nav-menu.active a {
color: white;
text-decoration: none;
display: block;
}

.logo {
margin-left: 50px;
}
Expand Down

0 comments on commit 50a6c47

Please sign in to comment.