diff options
Diffstat (limited to 'site/public/assets/style.css')
| -rw-r--r-- | site/public/assets/style.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/site/public/assets/style.css b/site/public/assets/style.css index 27e3158..94cf60a 100644 --- a/site/public/assets/style.css +++ b/site/public/assets/style.css @@ -442,7 +442,9 @@ nav .sub.active a { margin-left: 180px; } .entry.all { +/* width: 90%; + */ } .entry h1{ margin-bottom: 1.2em; @@ -709,6 +711,9 @@ nav .sub.active a { transition:0.4s opacity ease-in; } +.cell img.loading { + opacity: 0.0 !important; +} .cell img.loaded { opacity: 0.2; } @@ -803,8 +808,9 @@ nav .sub.active a { .project { float: left; width: 25%; + width: 19vw; height: 200px; - height: 14vw; + height: 12.3vw; padding: 10px 0px 0 10px; cursor: pointer; opacity: 0.0; @@ -927,6 +933,7 @@ nav .sub.active a { .project { width:33.3333%; + height: 16.6vw; } } @@ -940,6 +947,7 @@ nav .sub.active a { .project { width:50%; + height: 23vw; } } @@ -966,7 +974,7 @@ nav .sub.active a { .project { width: 100%; padding: 0 0 0 25px; - height: 260px; + height: 55vw; } .menuActive #entry_container { left:160px; |
