From 48a6dffeaf9c4166096e64595a199e5bc4631066 Mon Sep 17 00:00:00 2001 From: wentch <22250530@qq.com> Date: Mon, 18 Jan 2016 09:32:49 +0800 Subject: [PATCH] --- stylesheets/stylesheet.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 1e8f59e6b..31d80f17e 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -121,9 +121,20 @@ a:hover { width: 18rem; } -@media screen and (min-width: 80em) { +@media screen and (min-width: 90em) { + .project-name { + margin-left:-2.0rem; + font-size: 3.0rem; + padding-left: 4.2rem; + width: 18rem; + } +} + +@media screen and (min-width: 80em) and (max-width: 90em) { .project-name { font-size: 3.25rem; + padding-left: 2.8rem; + width: 22rem; } } @@ -156,14 +167,14 @@ a:hover { opacity: 0.7; } -@media screen and (min-width: 79em) { +@media screen and (min-width: 80em) { .project-tagline { display: none; font-size: 1.25rem; } } -@media screen and (min-width: 64em) and (max-width: 79em) { +@media screen and (min-width: 64em) and (max-width: 80em) { .project-tagline { font-size: 1.25rem; }