Widen main title so words like 'Community' aren't split into two lines
This commit is contained in:
parent
4b7ec7b8d1
commit
0097edac26
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@
|
||||||
.title {
|
.title {
|
||||||
margin-top: 0.25em;
|
margin-top: 0.25em;
|
||||||
margin-left: -1.25em;
|
margin-left: -1.25em;
|
||||||
max-width: 6em;
|
max-width: 12em;
|
||||||
}
|
}
|
||||||
.subtitle {
|
.subtitle {
|
||||||
font-size: $size-5;
|
font-size: $size-5;
|
||||||
|
|
Loading…
Reference in a new issue