From 6131fd8fc6cb1245ccfbc5d03d33ffd1498e83f4 Mon Sep 17 00:00:00 2001 From: alyssaf16 Date: Mon, 8 Jul 2024 15:12:16 -0400 Subject: Speech to phonemes progress --- src/client/views/nodes/ComparisonBox.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/client/views/nodes/ComparisonBox.scss') diff --git a/src/client/views/nodes/ComparisonBox.scss b/src/client/views/nodes/ComparisonBox.scss index 41ff56514..56a1e4fcc 100644 --- a/src/client/views/nodes/ComparisonBox.scss +++ b/src/client/views/nodes/ComparisonBox.scss @@ -26,11 +26,12 @@ .submit-button { position: absolute; padding-bottom: 10px; + padding-top: 5px; padding-left: 5px; padding-right: 5px; // width: 80%; border-radius: 2px; - height: 15%; + height: 17%; display: inline-block; bottom: 0; // right: 0; @@ -48,8 +49,13 @@ } } + &.pronunciation { + width: 40%; + align-items: center; + justify-content: center; + } &.submit { - width: 80%; + width: 40%; // float: right; // position: absolute; -- cgit v1.2.3-70-g09d2