From be653ac4175cc3a67507d313fbd600e69709a5ca Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 8 May 2022 13:34:13 +0300 Subject: Removed Soju #240. Updated README #252 --- .../NotoNaskhArabic-VariableFont_wght.ttf | Bin 196420 -> 0 bytes .../NotoSansArabic-VariableFont_wdth,wght.ttf | Bin 765740 -> 0 bytes src/pages/stylesheets/styles.css | 25 +++++++-------------- 3 files changed, 8 insertions(+), 17 deletions(-) delete mode 100644 src/pages/stylesheets/NotoNaskhArabic-VariableFont_wght.ttf delete mode 100644 src/pages/stylesheets/NotoSansArabic-VariableFont_wdth,wght.ttf (limited to 'src/pages/stylesheets') diff --git a/src/pages/stylesheets/NotoNaskhArabic-VariableFont_wght.ttf b/src/pages/stylesheets/NotoNaskhArabic-VariableFont_wght.ttf deleted file mode 100644 index 93f2844f..00000000 Binary files a/src/pages/stylesheets/NotoNaskhArabic-VariableFont_wght.ttf and /dev/null differ diff --git a/src/pages/stylesheets/NotoSansArabic-VariableFont_wdth,wght.ttf b/src/pages/stylesheets/NotoSansArabic-VariableFont_wdth,wght.ttf deleted file mode 100644 index 694b773c..00000000 Binary files a/src/pages/stylesheets/NotoSansArabic-VariableFont_wdth,wght.ttf and /dev/null differ diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css index 5377edf3..58fa3dcc 100644 --- a/src/pages/stylesheets/styles.css +++ b/src/pages/stylesheets/styles.css @@ -24,20 +24,6 @@ body { font-style: normal; } -/* @font-face { - font-family: 'NotoSansArabic'; - src: url('NotoSansArabic-VariableFont_wdth,wght.ttf'); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'NotoNaskhArabic'; - src: url('NotoNaskhArabic-VariableFont_wght.ttf'); - font-weight: normal; - font-style: normal; -} */ - body { margin: auto; padding: 0; @@ -90,7 +76,7 @@ select { background-color: var(--bg-secondary); border: none; margin: 0; - width: 180px; + max-width: 500px; border-radius: 3px; } @@ -110,7 +96,7 @@ input:invalid { } section.option-block { - width: 700px; + width: 750px; margin: 0 50px; } @@ -122,6 +108,7 @@ body.option { display: flex; align-items: flex-start; padding: 40px; + width: 1200px; } section.links div { @@ -200,7 +187,6 @@ div.some-block { align-items: center; margin-top: 10px; margin-bottom: 10px; - } div.option-block { @@ -219,6 +205,7 @@ div.some-block h4 { div.option-block h4 { margin-right: 5px; width: 80%; + min-width: 150px; font-size: 18px; } @@ -228,6 +215,10 @@ div.option-block h1 { color: var(--active); } +div.option-block div { + text-align: center; +} + div.some-block input[type="checkbox"] { width: 46px; height: 23px; -- cgit 1.4.1