fix styles

This commit is contained in:
Artur Akmalov
2023-05-24 00:40:32 +05:00
parent 0a8feabf4b
commit eaf6ea8581
+2 -2
View File
@@ -1,6 +1,6 @@
.client-icon { .client-icon {
display: block; display: block;
max-width: 10rem; max-width: 11rem;
color: white; color: white;
} }
@@ -8,7 +8,7 @@
display: block; display: block;
margin: 0 auto; margin: 0 auto;
color: white; color: white;
max-width: 10rem; max-width: 11rem;
} }
.buttons { .buttons {