1
0
Fork 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
1 changed files with 1 additions and 1 deletions

View File

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