« get me outta code hell

scratchblocks-generator-3 - scratchblocks generator for projects made in 3.0
about summary refs log tree commit diff
path: root/src/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/style.css')
-rw-r--r--src/css/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/css/style.css b/src/css/style.css
index cb65c4b..6b0aa80 100644
--- a/src/css/style.css
+++ b/src/css/style.css
@@ -126,18 +126,22 @@ body {
 .target {
     display: flex;
     flex-direction: column;
-    border: 1px solid black;
+    border: 1px solid #666666;
     align-items: center;
     padding: 10px;
     margin: 10px;
     cursor: pointer;
-    background-color: rgba(255, 255, 255, 0.5);
+    min-height: 100px;
+    background-color: rgba(200, 200, 200, 0.5);
 }
 
 .target img {
+    width: 100%;
     max-width: 80px;
     max-height: 80px;
     margin: 4px;
+    flex-grow: 1;
+    object-fit: contain;
 }
 
 .target span {