Правка стилей
This commit is contained in:
gofnnp 2023-05-20 21:51:07 +04:00
parent 877cf018af
commit 238b70e95b

View File

@ -9,9 +9,11 @@
background: #231f20; background: #231f20;
box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.5); box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.5);
color: #fff; color: #fff;
display: flex; display: grid;
align-items: center;
justify-content: space-between; justify-content: space-between;
grid-template-columns: auto auto auto;
justify-items: center;
align-items: center;
.back-arrow { .back-arrow {
font-size: 16px; font-size: 16px;
display: flex; display: flex;