From 8bb5ee06ad1670c34bf767cce48aaf94a5804881 Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Wed, 31 Jul 2019 21:47:40 +0530 Subject: improve styles --- docs/index.html | 2 +- docs/style.css | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 37a353b..cba94e8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -29,7 +29,7 @@ function showPost(id) {
31/07 2019
Bash Harder With Vim
-

Bash is tricky, dont let your editor get in your way. Here’s a couple of neat +

Bash is tricky, don’t let your editor get in your way. Here’s a couple of neat addtions you could make to your vimrc for a better shell programming experience.

diff --git a/docs/style.css b/docs/style.css index 591c916..4eb28ce 100644 --- a/docs/style.css +++ b/docs/style.css @@ -32,9 +32,20 @@ html { width: 100%; } +/* tablets */ +@media only screen and (min-width: 720px) { + .posts { + width: 80%; + } + html { + font-size: 18px; + } +} + +/* laptops */ @media only screen and (min-width: 1080px) { .posts { - width: 60%; + width: 50%; } html { font-size: 18px; -- cgit v1.2.3