2021-08-05 15:36:02 -07:00
|
|
|
#rs-mobile-nav {
|
2021-08-06 04:55:01 -07:00
|
|
|
padding-bottom: unquote('calc(env(safe-area-inset-bottom) + 4px)');
|
2021-08-05 15:36:02 -07:00
|
|
|
|
|
|
|
.navbar-nav {
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
width: 100%;
|
2021-08-06 14:19:50 -07:00
|
|
|
|
|
|
|
.nav-link {
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
.fa {
|
|
|
|
padding-top: 8px;
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
}
|
2021-08-05 15:36:02 -07:00
|
|
|
}
|
|
|
|
}
|