Правка стилей
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;
box-shadow: 0px 8px 16px rgba(17, 17, 17, 0.5);
color: #fff;
display: flex;
align-items: center;
display: grid;
justify-content: space-between;
grid-template-columns: auto auto auto;
justify-items: center;
align-items: center;
.back-arrow {
font-size: 16px;
display: flex;