From 5570cb78d8bfaa27e9f56ffc17b3076b1df8f0f6 Mon Sep 17 00:00:00 2001 From: Christian Mueller Date: Mon, 20 Jan 2014 23:17:56 +0100 Subject: [PATCH] minor fixes --- LANDING.md | 4 ++-- resources/public/style.less | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/LANDING.md b/LANDING.md index 02b6de5..f5a9476 100644 --- a/LANDING.md +++ b/LANDING.md @@ -3,12 +3,12 @@ - January 2014: - Mobile friendly styling added. - - NoteHub API v1.0 [introduced](/api). + - 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](http://notehub.org) is a free and hassle-free anonymous pastebin for markdown pages intended for anonymous one-off publishing. +**NoteHub** is a free and hassle-free anonymous pastebin for markdown pages intended for anonymous one-off publishing. Send your feedback and comments directly to [@gravitydenier](http://twitter.com/gravitydenier) or open an [issue](https://github.com/chmllr/NoteHub/issues) on GitHub. diff --git a/resources/public/style.less b/resources/public/style.less index db4161b..5e7cd36 100644 --- a/resources/public/style.less +++ b/resources/public/style.less @@ -151,7 +151,9 @@ pre { outline: 0px none transparent; } textarea { - width: @width; + @media screen and (min-width: 1024px) { + width: @width; + } border-radius: 5px; font-family: Courier; font-size: 1em;