From f1b3568ad1d34b51179cc65efd80d6e8c2a1903d Mon Sep 17 00:00:00 2001 From: Sophie Axebane Date: Sat, 28 Oct 2023 17:38:34 -0500 Subject: [PATCH] Fix image height, add memories button style --- styles/style_buttons.css | 11 +++++++++-- styles/style_main.css | 1 + 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/styles/style_buttons.css b/styles/style_buttons.css index 085237d..13ef5dd 100644 --- a/styles/style_buttons.css +++ b/styles/style_buttons.css @@ -10,7 +10,6 @@ input { background: #c3c3c3; box-shadow: inset -1px -1px black; - min-width: 200px; min-height: 30px; font-family: 'Share Tech Mono', sans-serif; @@ -29,4 +28,12 @@ input.start { max-width: 230px; padding-left: 25px; -} \ No newline at end of file +} + +input.memories { + min-width: 130px; + max-width: 200px; + + align-self: center; +} +/* I've probably done something horribly wrong because I have to specify a CSS class to make the thing size correctly, though I'm kind of jsut trying to make it work right now.*/ \ No newline at end of file diff --git a/styles/style_main.css b/styles/style_main.css index d0dcad2..9eaa5bd 100644 --- a/styles/style_main.css +++ b/styles/style_main.css @@ -22,6 +22,7 @@ img.art_temp { width: 50%; align-self: center; padding-top: 5vh; + padding-bottom: 5vh; } div.taskbar {