From c17442131f822a467afc0c80f317c0cd78d89de5 Mon Sep 17 00:00:00 2001 From: mgerb42 Date: Thu, 25 Jun 2015 23:53:52 -0500 Subject: [PATCH] small changes again --- public/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 83881d8..40c5b43 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -1,3 +1,7 @@ +html { + overflow-y: scroll; +} + body { font-family: 'Arvo', serif; }