11 lines
145 B
SCSS
Raw Normal View History

2017-07-22 18:57:38 +03:00
.container {
2020-05-24 02:08:24 +03:00
white-space: nowrap;
2017-07-22 18:57:38 +03:00
}
.item {
2020-05-24 02:08:24 +03:00
display: inline-block;
white-space: normal;
vertical-align: top;
width: 100%;
2017-07-22 18:57:38 +03:00
}