update paddings

This commit is contained in:
yggverse 2025-08-20 09:35:25 +03:00
parent 03fcfe38a4
commit d4bfefedaa
2 changed files with 3 additions and 2 deletions

View file

@ -122,6 +122,7 @@ header > form > input[type="text"]:focus, form textarea:focus {
header > form > input[type="submit"] {
cursor: pointer;
margin-left: 8px;
padding: 8px 16px;
}