mempool/frontend/src/app/components/assets/assets-nav/assets-nav.component.scss
2022-02-07 03:34:15 +04:00

24 lines
341 B
SCSS

ul {
margin-bottom: 20px;
float: left;
}
form {
float: right;
width: 300px;
@media (max-width: 767.98px) {
width: 90%;
margin-bottom: 15px;
}
}
@media (max-width: 767.98px) {
.nav-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: auto;
}
}