mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Allow white space to wrap in welcome text
It's in an href, so override the default and include wrapping. Fixes #289.
This commit is contained in:
parent
4ab7cfef6b
commit
d578d4a800
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-weight: 200;
|
font-weight: 200;
|
||||||
|
|
||||||
|
a {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> a {
|
> a {
|
||||||
|
|
Loading…
Reference in a new issue