mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-28 01:56:00 -05:00
Add margin to reach intro for small screens
This commit is contained in:
parent
b062893c85
commit
6dad747671
1 changed files with 4 additions and 0 deletions
|
@ -647,6 +647,10 @@ a, a:link, a:visited, a:active{
|
|||
.hed{
|
||||
max-width: 620px;
|
||||
margin: auto;
|
||||
|
||||
@media #{$small} {
|
||||
margin: auto 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.reach-numbers {
|
||||
|
|
Loading…
Reference in a new issue