mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -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;
|
||||
padding: 0;
|
||||
font-weight: 200;
|
||||
|
||||
a {
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
|
||||
> a {
|
||||
|
|
Loading…
Reference in a new issue