diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-01 17:04:22 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-01 17:04:22 -0400 |
| commit | 38789b1e41fc6f62ca19753ead514e1f5df29283 (patch) | |
| tree | 41d34d4e7b7c06b29847f629d7093c3d8ee44eee | |
| parent | 579eae7a849ed673ce0e929d89569c918ee28461 (diff) | |
| parent | 65efeb5242f86a06191c5f1c847ace42de617898 (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
| -rwxr-xr-x | public/assets/stylesheets/app.css | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index e54b5c0..3b475ec 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -267,6 +267,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; } @@ -1874,6 +1878,7 @@ form li textarea { height: 80vh; display: table; background-size: cover; + background-position: center; margin-top: 63px; } .hero .circle { @@ -1888,7 +1893,7 @@ form li textarea { transition:0.2s all; } -.hero .circle:hover { +.desktop .hero .circle:hover { background:black; color:white; cursor:pointer; @@ -1924,7 +1929,7 @@ form li textarea { line-height: 75px; } -.close:hover { +.desktop .close:hover { background:black; color:white; } @@ -2011,7 +2016,7 @@ a[data-role="forgot-password"] { font-style: italic; } -.aboutRoom h1 a:hover { +.desktop .aboutRoom h1 a:hover { text-decoration:underline; } @@ -2023,7 +2028,9 @@ a[data-role="forgot-password"] { width: 100%; text-align: center; } - +.mobile .aboutRoom .editlink { + display:none; +} .aboutRoom .editlink:hover { background:black; color:white; @@ -2183,6 +2190,7 @@ a[data-role="forgot-password"] { .page h1 { font-size: 26px; padding: 10px 0 15px 0; + font-weight: 300; border-top: 1px solid; } .hero { @@ -2206,12 +2214,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) { |
