From 934022fb728568d0e97ff4a06baf3ea79025edb2 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 23 Dec 2019 12:01:18 -0500 Subject: [PATCH] [S] Make background blend in --- src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 30cc3ce..0486e6d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -190,6 +190,8 @@ margin: auto; max-width: 1400px; + background: #00000014; + .artwork { display: inline-block; @@ -199,7 +201,7 @@ .image { height: 40vh; - width: 30vh; + // width: 30vh; dynamically updated // Alignment for description position: relative; @@ -227,8 +229,6 @@ #footer { - margin-top: 10vh; - // Shadow box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); }