mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Pulled in kids coding on homepage image to be visible on screens as small as 1280px wide.
This commit is contained in:
parent
37fbb07211
commit
303c19a2dd
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@
|
|||
#kids-coding-container
|
||||
$coding-image-size: 272px
|
||||
position: relative
|
||||
width: 1000px + $coding-image-size
|
||||
width: 960px + $coding-image-size
|
||||
margin: 0px auto
|
||||
|
||||
@media screen and ( max-width: 1400px )
|
||||
@media screen and ( max-width: 1279px )
|
||||
display: none
|
||||
|
||||
.kid-coding
|
||||
|
|
Loading…
Reference in a new issue