From 6f35f7cbd531d802c61b134ea65cb362d773b5ad Mon Sep 17 00:00:00 2001 From: ryderr Date: Wed, 1 Oct 2014 16:54:35 -0400 Subject: mobile --- public/assets/stylesheets/app.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public') diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 5e1ccc1..0abc438 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -2177,6 +2177,7 @@ a[data-role="forgot-password"] { .page h1 { font-size: 26px; padding: 10px 0 15px 0; + font-weight: 300; border-top: 1px solid; } .hero { @@ -2200,12 +2201,14 @@ a[data-role="forgot-password"] { } .projectList.about { text-align: center; + padding: 0; } .projectList.about .item .rap { padding: 0; } .projectList.about .item span:nth-child(1) { width: 100%; + border-radius: 0; height: 150px; } .projectList.about .item span:nth-child(2) { -- cgit v1.2.3-70-g09d2 From 65efeb5242f86a06191c5f1c847ace42de617898 Mon Sep 17 00:00:00 2001 From: ryderr Date: Wed, 1 Oct 2014 17:03:48 -0400 Subject: more things --- public/assets/stylesheets/app.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'public') diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 0abc438..1cebade 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -261,6 +261,10 @@ h5 { padding: 70px 50px; } + +.projectList.about .item:nth-child(2) span:nth-child(2) { + padding: 70px 0 70px 70px; +} .projectList.about .item:nth-child(2) { padding: 5% 0; } @@ -1868,6 +1872,7 @@ form li textarea { height: 80vh; display: table; background-size: cover; + background-position: center; margin-top: 63px; } .hero .circle { @@ -1882,7 +1887,7 @@ form li textarea { transition:0.2s all; } -.hero .circle:hover { +.desktop .hero .circle:hover { background:black; color:white; cursor:pointer; @@ -1918,7 +1923,7 @@ form li textarea { line-height: 75px; } -.close:hover { +.desktop .close:hover { background:black; color:white; } @@ -2005,7 +2010,7 @@ a[data-role="forgot-password"] { font-style: italic; } -.aboutRoom h1 a:hover { +.desktop .aboutRoom h1 a:hover { text-decoration:underline; } @@ -2017,7 +2022,9 @@ a[data-role="forgot-password"] { width: 100%; text-align: center; } - +.mobile .aboutRoom .editlink { + display:none; +} .aboutRoom .editlink:hover { background:black; color:white; -- cgit v1.2.3-70-g09d2