summaryrefslogtreecommitdiff
path: root/src/scss/home.scss
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/scss/home.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/scss/home.scss b/src/scss/home.scss
index e490f55..18e84f9 100644
--- a/src/scss/home.scss
+++ b/src/scss/home.scss
@@ -5,7 +5,7 @@
display: flex;
flex-direction: column;
align-items: center;
- padding: 1rem;
+ padding: $outer-gap;
padding-bottom: 0;
}
@@ -13,10 +13,10 @@
border: none;
resize: none;
outline: none;
- font-size: 1.5rem;
- margin: 1rem 0;
+ font-size: 1.5em;
+ margin: $inner-gap 0;
width: 100%;
- height: 10rem;
+ height: 10em;
flex-grow: 1;
background-color: transparent;
color: $text;