diff --git a/public/robots.txt b/public/robots.txt index ee2cc216..b5566484 100755 --- a/public/robots.txt +++ b/public/robots.txt @@ -1,3 +1,4 @@ # robotstxt.org/ User-agent: * +Disallow: diff --git a/public/stylesheets/application.scss b/public/stylesheets/application.scss index b1cd6272..a0fda9ca 100644 --- a/public/stylesheets/application.scss +++ b/public/stylesheets/application.scss @@ -48,11 +48,9 @@ a, a:link, a:visited, a:active { -webkit-font-smoothing: subpixel-antialiased; @media #{$landscape} { - position: fixed; - float: left; + @include position(fixed, 0px auto 0px 0px); width: $sidebar-width; border-right: .3em solid rgba($dark2, .5); - height: 100%; overflow-y: auto; z-index: 2; } @@ -77,10 +75,6 @@ a, a:link, a:visited, a:active { color: $light1; @include transition(background .2s); - @media #{$portrait-1} { - font-size: .9em; - } - &.toggle { float: right; z-index: 100; @@ -145,6 +139,10 @@ a, a:link, a:visited, a:active { padding: 1rem; line-height: 1.5; + h2 { + font-size: 2rem; + } + a { color: $light3; } diff --git a/views/home.ejs b/views/home.ejs index b61689fa..37c93605 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -19,15 +19,15 @@