Retrospring/app/assets/stylesheets/components/_mobile-nav.scss

9 lines
187 B
SCSS
Raw Normal View History

2021-08-05 15:36:02 -07:00
#rs-mobile-nav {
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%;
}
}