Add max-width for instance description

This commit is contained in:
David Benque 2022-09-20 11:33:35 +01:00
parent b7aa3aed0f
commit d6fda92dac

View file

@ -73,6 +73,7 @@
.tag-line { .tag-line {
text-align: center; text-align: center;
font-size: 1.4em; font-size: 1.4em;
max-width: 50ch;
} }
.cp-instance-location { .cp-instance-location {
margin-top: 20px; margin-top: 20px;