diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-10-10 15:59:54 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-10-10 15:59:54 -0400 |
| commit | 8990307ff8f90007b59cf778d2b3da0372dedf14 (patch) | |
| tree | 91d17f0497897dc8fc5f3b6d0eff14ab7cf5a540 | |
| parent | e35d5df30c8106bc1f4bfcbd1ba0094d8e6bc642 (diff) | |
| parent | 156310938650a2369bf4b879216167e77f95c8a2 (diff) | |
Merge branch 'master' of github.com:okfocus/vvalls
| -rwxr-xr-x | public/assets/stylesheets/app.css | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 29f7888..fc7512a 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -332,18 +332,16 @@ iframe.embed { .projectList a { - width: 32vw; - float:left; - clear: right; - padding-bottom: 2vw; + padding: 4%; + display: inline-block; } .projectList .room { - width: 30vw; - height: 23vw; + width: 22vw; + height: 17vw; margin: 1vw 1vw 0 1vw; - display:table; + display: table; position: relative; - z-index: 1; + z-index: 1; } .projectList .holder { position: absolute; @@ -359,8 +357,9 @@ iframe.embed { height: 100%; text-align: center; overflow: hidden; - background-color: rgba(128,128,128,0.2); - background-size: cover; + background-color: rgba(128,128,128,0.1); + background-size: contain; + background-position: center; } .projectList a:hover .room .mask { background-color: rgba(128,128,128,0.1); @@ -429,7 +428,7 @@ iframe.embed { text-decoration: none; display: inline-block; cursor: pointer; - border: 1px solid transparent; + border: 1px solid black; line-height: 18px; padding:0 5px; } |
