From 5d4377c081d18d89e64184c60d3fa97504768c81 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Tue, 12 Apr 2022 02:27:39 +0300 Subject: Restructuring Settings Structure --- src/pages/stylesheets/styles.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/pages/stylesheets/styles.css') 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; -- cgit 1.4.1