diff options
| -rwxr-xr-x | public/assets/stylesheets/app.css | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index ef49350..ce0c1cc 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -842,9 +842,6 @@ border-left: 1px solid black; margin: 0; } -.templates span.active { - border:1px solid #017cfe; -} .clear:after { visibility: hidden; @@ -2632,7 +2629,15 @@ a[data-role="forgot-password"] { width: 70px; height: 37px; } - + .video { + width: 100%!important; + height: auto!important; + } + .video iframe { + width: 100%!important; + height: auto!important; + margin-top: 0!important; + } .topLinks a { padding: 12px 8px; color: black; @@ -2701,7 +2706,7 @@ a[data-role="forgot-password"] { } .projectList.about { text-align: center; - padding: 20px 0; + padding: 0px 0; } .projectList.about .item .rap { padding: 0; @@ -2717,7 +2722,7 @@ a[data-role="forgot-password"] { .projectList.about .item span:nth-child(1) { width: 100%; border-radius: 0; - height: 150px; + height: 160px; } .projectList.about .item span:nth-child(2) { width: 100%; @@ -2743,7 +2748,7 @@ a[data-role="forgot-password"] { } .projectList .room { width: 100%; - height: 260px; + height: 280px; } .aboutRoom { width: 170px; |
