aboutsummaryrefslogtreecommitdiff
path: root/ui/css
diff options
context:
space:
mode:
Diffstat (limited to 'ui/css')
-rw-r--r--ui/css/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/ui/css/style.css b/ui/css/style.css
index f0c63e8..ca35786 100644
--- a/ui/css/style.css
+++ b/ui/css/style.css
@@ -100,10 +100,15 @@ ul {
display: flex;
flex-direction: row;
align-items: center; /* Align squares to the center horizontally */
+ gap: 8px;
+}
+
+.bottom-right p {
+ margin: 8px;
}
.canvas-square {
border: 5px solid black;
- width: calc(20% - 5px);
+ flex-grow: 1;
height: calc(40% - 5px);
background-color: #ccc;
position: relative;