Width of notes box

main
Bob Mottram 2020-08-05 22:32:10 +01:00
parent e97b2281f1
commit 070d8fe88e
1 changed files with 5 additions and 0 deletions

View File

@ -112,6 +112,11 @@ a:link {
width: 15%;
}
textarea {
font-size: var(--font-size4);
width: 90%;
}
@media screen and (min-width: 400px) {
.followText {
font-size: var(--follow-text-size1);