mempool/frontend/src/app/components/assets/assets-nav/assets-nav.component.scss

24 lines
341 B
SCSS
Raw Normal View History

2022-02-06 01:20:26 +04:00
ul {
margin-bottom: 20px;
float: left;
}
form {
float: right;
2022-02-06 04:44:40 +04:00
width: 300px;
@media (max-width: 767.98px) {
width: 90%;
margin-bottom: 15px;
}
2022-02-06 01:20:26 +04:00
}
2022-02-06 04:44:40 +04:00
@media (max-width: 767.98px) {
.nav-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: auto;
}
}