diff options
| -rwxr-xr-x | public/assets/stylesheets/app.css | 15 |
1 files changed, 11 insertions, 4 deletions
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; |
