From c7a94fe651057f442378ec317fc6dd737ca08c6f Mon Sep 17 00:00:00 2001 From: RedKale <22250530@qq.com> Date: Sat, 30 Jan 2016 10:32:45 +0800 Subject: [PATCH] --- stylesheets/stylesheet.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 39d93e843..5ecbcdd17 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -73,13 +73,16 @@ a:hover { @media screen and (max-width: 42em) { .btn { width: 43%; + margin-top: 0.4rem; + margin-bottom: 0.4rem; margin-left: 1em; padding: 0.5rem; font-size: 0.9rem; } .btn + .btn { - margin-top: 0.1rem; + margin-top: 0.4rem; + margin-bottom: 0.4rem; margin-left: 1em; } } @@ -190,7 +193,7 @@ a:hover { @media screen and (max-width: 42em) { .project-tagline { font-size: 1rem; - + } }