feat(csharp-mvc): implement design for mobile devices

This commit is contained in:
Serik Ibragimov
2024-05-21 13:10:30 +05:00
parent b162076378
commit 083de6993c
9 changed files with 303 additions and 7 deletions

View File

@ -65,6 +65,14 @@ header img {
margin: 10px 0 22px 32px;
}
.responsive-nav {
display: none;
}
.mobile-close-btn {
display: none;
}
.center {
position:relative;
margin: 0 auto 0;