Give the mobile nav icon row the full viewport width

This commit is contained in:
Karina Kwiatek 2021-08-12 13:30:19 +02:00
parent ec2332818c
commit c33c4bb4ed
1 changed files with 6 additions and 2 deletions

View File

@ -1,9 +1,13 @@
#rs-mobile-nav {
padding-bottom: unquote('calc(env(safe-area-inset-bottom) + 4px)');
.container {
padding: 0;
}
padding: 4px 0 unquote('calc(env(safe-area-inset-bottom) + 4px)') 0;
.navbar-icon-row {
flex-direction: row;
justify-content: space-between;
justify-content: space-around;
width: 100%;
.nav-link {