Remove unused css for lists inside primary nav on narrow screens

This commit is contained in:
Anton Khorev 2023-11-23 19:52:51 +03:00
parent 5d916975db
commit 1354a95eeb

View file

@ -225,26 +225,6 @@ body.small-nav {
margin-right: 0; margin-right: 0;
padding: 0; padding: 0;
ul, li {
border: none;
border-radius: 0;
width: 100%;
}
ul {
border-top: 1px solid #eee;
li {
border-bottom: 1px solid #eee;
border-right: none;
> a {
border-radius: 0;
width: 100%;
text-align: center;
font-size: 15px;
}
}
}
.btn-group { .btn-group {
width: 100%; width: 100%;
padding: 10px; padding: 10px;