2022-05-16 00:01:53 +04:00
|
|
|
.box-top {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box-left {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.box-right {
|
|
|
|
text-align: right;
|
|
|
|
width: 50%;
|
|
|
|
margin-top: auto;
|
|
|
|
}
|
2022-07-01 14:58:17 +02:00
|
|
|
|
|
|
|
.shared-block {
|
|
|
|
color: #ffffff66;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2022-08-20 14:24:26 +04:00
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
|
|
|
.box {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
}
|