mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-24 19:59:53 -04: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
|
#kids-coding-container
|
||||||
$coding-image-size: 272px
|
$coding-image-size: 272px
|
||||||
position: relative
|
position: relative
|
||||||
width: 1000px + $coding-image-size
|
width: 960px + $coding-image-size
|
||||||
margin: 0px auto
|
margin: 0px auto
|
||||||
|
|
||||||
@media screen and ( max-width: 1400px )
|
@media screen and ( max-width: 1279px )
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
.kid-coding
|
.kid-coding
|
||||||
|
|
Loading…
Add table
Reference in a new issue