1
0

Fixed guestbook_admin.css.

This commit is contained in:
Alexander Andreev 2023-05-10 03:20:50 +04:00
parent bb29f780e9
commit 6b54005169
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -12,7 +12,7 @@ form {
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
width: 100%; } width: 100%; }
form header { grid-area: 'h'; } form header { grid-area: h; }
textarea { textarea {
background-color: var(--background-color); background-color: var(--background-color);