forked from indymedia/epicyon
Width of notes box
parent
e97b2281f1
commit
070d8fe88e
|
@ -112,6 +112,11 @@ a:link {
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea {
|
||||||
|
font-size: var(--font-size4);
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 400px) {
|
@media screen and (min-width: 400px) {
|
||||||
.followText {
|
.followText {
|
||||||
font-size: var(--follow-text-size1);
|
font-size: var(--follow-text-size1);
|
||||||
|
|
Loading…
Reference in New Issue