add books, ekonomi, shouts, calendar to desktop nav

This commit is contained in:
2022-04-06 12:57:42 +05:00
parent d43ea10026
commit 910cd52947
2 changed files with 13 additions and 10 deletions

View File

@ -152,10 +152,6 @@ body {
margin-top: 2rem;
}
#top-menu ul {
margin: 0 3rem;
}
#top-menu a {
text-decoration: none;
color: #333;
@ -218,11 +214,11 @@ body {
.menu ul {
list-style-type: none;
margin: 0 auto;
padding: 0;
padding: 0 3rem;
display: flex;
justify-content: space-between;
text-transform: lowercase;
max-width: 1320px;
max-width: 1100px;
}
.menu-nav-item {