about summary refs log tree commit diff stats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index 58f3a62f..a98adc29 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -90,7 +90,7 @@ select {
   background-color: var(--bg-secondary);
   border: none;
   margin: 0;
-  width: 200px;
+  width: 180px;
   border-radius: 3px;
 }
 
@@ -108,6 +108,9 @@ section.option-block {
   width: 700px;
   margin: 0 50px;
 }
+section.option-block h2{
+  margin: 0;
+}
 
 body.option {
   display: flex;