diff options
| -rwxr-xr-x | public/assets/stylesheets/app.css | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index a8f8e51..b8702f6 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -324,12 +324,7 @@ iframe.embed { z-index: -1; pointer-events: none; } -.projectList { - display: inline-block; - float: left; - width: 98vw; - margin: 2vw; -} + .projectList a { width: 32vw; @@ -694,7 +689,6 @@ border-left: 1px solid black; .templates span { display: block; float: left; - background: white; margin: 2vw; padding: 2vw; cursor:pointer; @@ -716,14 +710,11 @@ border-left: 1px solid black; font-weight: 300; } -.templates span:hover, + .templates span:hover .image { background-color: #f00; cursor:pointer; } -.templates span:hover label { - color: white; -} .templates h1 { font-weight: 300; |
