This commit is contained in:
jakub
2025-10-25 00:28:28 +02:00
parent 03df2af5f7
commit ec69901011
4 changed files with 377 additions and 0 deletions

View File

@@ -217,6 +217,10 @@ input[type="reset"] {
align-self: flex-start;
}
button {
width: 100%;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,