diff options
| -rwxr-xr-x | public/assets/stylesheets/app.css | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 8989aef..ca51201 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -827,6 +827,7 @@ iframe.embed { margin-top: 40px; background: limegreen; color: white; + padding: 10px 0; -webkit-transition:0.2s background; -moz-transition:0.2s background; transition:0.2s background; @@ -2922,14 +2923,17 @@ a[data-role="forgot-password"] { padding:50px 0 120px 0; } .videoModal .ion-ios7-close-empty { - right: 10px; - top: 20px; + right: 10px; + top: 20px; } .gopro span { - font-size: 16px; - width: 93%; - line-height: 22px; - text-align: justify; + font-size: 16px; + width: 93%; + line-height: 22px; + text-align: justify; + } + .gopro span a{ + margin-top: 20px; } } @@ -2952,6 +2956,7 @@ a[data-role="forgot-password"] { left: 10px; border: 1px solid; } + } @media screen and (orientation:landscape) { @@ -2962,4 +2967,10 @@ a[data-role="forgot-password"] { bottom: -3px; right: -3px; } + .projectList .projectItem { + width: 55%; + } + .projectList.about .item span:nth-child(1) { + height: 180px; + } }
\ No newline at end of file |
