diff --git a/LANDING.md b/LANDING.md index 9ea908a..4aba518 100644 --- a/LANDING.md +++ b/LANDING.md @@ -1,12 +1,3 @@ -## News - - - - January 2014: - - Mobile friendly styling added. - - NoteHub API [introduced](/api). - - NoteHub 2.0 released: new theme, more performance, extended markdown. - - September 2013: Solarized color theme [added](https://github.com/chmllr/NoteHub/pull/4) (thanks Brandon!) ([Demo](http://notehub.org/2012/6/16/how-notehub-is-built?theme=solarized-dark)). - ## About **NoteHub** is a free and hassle-free anonymous pastebin for markdown pages intended for anonymous one-off publishing. @@ -23,3 +14,10 @@ Send your feedback and comments directly to [@gravitydenier](http://twitter.com/ - **Statistics**: a rudimentary statistics available (date of publishing & view counter). - **Export**: the original markdown content can be displayed in plain text format. - **API**: Integrate the publishing functionality into your editor using the official [NoteHub API](/api). + +## Changelog + - January 2014: + - Mobile friendly styling added. + - NoteHub API [introduced](/api). + - NoteHub 2.0 released: new theme, more performance, extended markdown. + - September 2013: Solarized color theme [added](https://github.com/chmllr/NoteHub/pull/4) (thanks Brandon!) ([Demo](http://notehub.org/2012/6/16/how-notehub-is-built?theme=solarized-dark)). diff --git a/resources/public/styles/main.less b/resources/public/styles/main.less index 84ae03b..bcf6af3 100644 --- a/resources/public/styles/main.less +++ b/resources/public/styles/main.less @@ -24,13 +24,12 @@ .central-element { @media screen and (min-width: 1024px) { width: @width; - margin-left: auto; - margin-right: auto; } @media screen and (max-width: 1023px) { - margin-left: 1em; - margin-right: 1em; + width: 90%; } + margin-left: auto; + margin-right: auto; } .thin-border { border: 1px solid @foreground; @@ -90,8 +89,8 @@ a:visited { #links { .helvetica; width: 100%; - padding: 1em; font-size: 0.8em; + padding-bottom: 2em; text-align: center; @media screen and (max-width: 767px) { font-size: 0.4em;