Limit width of text

This commit is contained in:
ricola 2025-10-07 11:02:22 +02:00
parent 0dd3d03b67
commit fa57d465be

View file

@ -2,6 +2,10 @@
color: red; color: red;
} }
p, li {
max-width: 50em;
}
textarea { textarea {
width: 80em; width: 80em;
height: 20em; height: 20em;