diff --git a/src/components/Splash/Splash.scss b/src/components/Splash/Splash.scss index 8386f5b70503..6a14939efd8e 100644 --- a/src/components/Splash/Splash.scss +++ b/src/components/Splash/Splash.scss @@ -32,4 +32,38 @@ display:none; } } + + &__wrap { + display: block; + + @include break { + margin: 0 -30px; + } + + &:before, + &:after { + content: " "; + display: table; + } + + &:after { + clear: both; + } + } + + &__left, + &__right { + width: 100%; + float: left; + + @include break { + width: 50%; + padding: 0 15px; + } + } + + /* XXX: Hack to fix markown parsing issues */ + &__right { + margin-bottom: 1em; + } } diff --git a/src/content/index.md b/src/content/index.md index 2e83a3ebbc6c..02e8e1e99131 100644 --- a/src/content/index.md +++ b/src/content/index.md @@ -4,8 +4,8 @@ title: webpack ## Write your code -