diff --git a/_layouts/home.html b/_layouts/home.html index f1478815d..dc526d421 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -12,7 +12,7 @@

- {{ site.title }} + {{ site.title }}testtest

{{ site.description }} diff --git a/assets/_sass/_site.scss b/assets/_sass/_site.scss index a462a2b82..5ed5ed0a5 100644 --- a/assets/_sass/_site.scss +++ b/assets/_sass/_site.scss @@ -1,5 +1,6 @@ .block-left { float: left; + width: 30%; .content { z-index: 1; position: relative; @@ -8,12 +9,13 @@ .block-right { float: right; + width: 70%; overflow-y: auto; } .block-left, .block-right { - width: 50%; + //width: 50%; height: 100%; position: relative; display: table;