1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-29 00:57:50 +02:00
market/src/components/Search/index.module.css

20 lines
324 B
CSS
Raw Normal View History

.row {
display: inline-flex;
flex-direction: column;
align-items: stretch;
justify-content: space-between;
width: 100%;
white-space: nowrap;
margin-bottom: calc(var(--spacer) / 2);
2020-05-07 08:03:30 +02:00
}
.row > div {
margin-bottom: calc(var(--spacer) / 2);
}
2020-07-15 15:33:45 +02:00
@media (min-width: 55rem) {
.row {
flex-direction: row;
2020-05-07 08:03:30 +02:00
}
}