Сделаны "косметические" изменения

This commit is contained in:
Ilia Miheev
2025-06-24 18:11:13 +03:00
parent 658def1605
commit 6f43ba793e
2 changed files with 16 additions and 8 deletions
+10 -2
View File
@@ -48,13 +48,20 @@ button {
}
.btns {
margin: auto;
margin: 7px auto;
width: 60%;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 10px;
}
.btns1 {
grid-template-columns: 1fr 1fr 1fr;
}
.btns2 {
grid-template-columns: 1fr 1fr;
}
@media (max-width:500px) {
.btns {
display: grid;
@@ -85,6 +92,7 @@ textarea::selection {
input[type='checkbox'] {
accent-color: orangered;
cursor: url(img/Orange_pointer.png), pointer !important;
margin: auto 0;
}
button {