about summary refs log tree commit diff stats
path: root/src/pages/stylesheets/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/stylesheets/styles.css')
-rw-r--r--src/pages/stylesheets/styles.css25
1 files changed, 8 insertions, 17 deletions
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;