2020-08-19 23:35:38 +02:00
|
|
|
.bar {
|
2020-07-29 04:04:45 +02:00
|
|
|
display: flex;
|
2020-08-19 23:35:38 +02:00
|
|
|
cursor: pointer;
|
2020-07-29 04:04:45 +02:00
|
|
|
}
|
2020-08-02 09:51:26 +02:00
|
|
|
|
2020-08-19 23:35:38 +02:00
|
|
|
@media only screen and (max-width: 992px) {
|
2020-09-13 20:33:57 +02:00
|
|
|
.bar {
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
2020-08-31 12:53:39 +02:00
|
|
|
.bar > div:last-child {
|
2020-08-02 09:51:26 +02:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|