mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Update credits.scss
This commit is contained in:
parent
2a6f30cdb7
commit
3939dde44e
1 changed files with 4 additions and 1 deletions
|
@ -3,9 +3,12 @@
|
|||
#view {
|
||||
p {
|
||||
line-height: 1.5rem;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
a {
|
||||
word-wrap: break-word; /* Overrides: https://github.com/LLK/scratch-www/blob/develop/src/main.scss#L43-L47 */
|
||||
}
|
||||
|
||||
ul {
|
||||
display: flex;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in a new issue