mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Lint
This commit is contained in:
parent
e9d2d9bffa
commit
e9c2e8f13f
1 changed files with 3 additions and 3 deletions
|
@ -84,15 +84,15 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.extension-info {
|
.extension-info {
|
||||||
|
margin-bottom: 5rem;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
margin-bottom: 5rem;
|
|
||||||
|
|
||||||
.extension-copy {
|
.extension-copy {
|
||||||
|
padding-right: 3.75em;
|
||||||
|
max-width: $cols7;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
justify-content: start;
|
justify-content: start;
|
||||||
max-width: $cols7;
|
|
||||||
padding-right: 3.75em;
|
|
||||||
|
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue