aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/stylesheets')
-rw-r--r--src/pages/stylesheets/styles.css17
1 files changed, 12 insertions, 5 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index 0df2f9fa..5f2871e4 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -79,7 +79,6 @@ select {
margin: 0;
max-width: 500px;
border-radius: 3px;
- cursor: pointer;
}
input[type="url"],
@@ -110,11 +109,19 @@ section.option-block h2 {
body.option {
display: flex;
padding: 40px;
- width: 900px;
+ width: 1100px;
+}
+
+section.links {
+ display: flex;
+ flex-wrap: wrap;
+ flex-direction: column;
+ width: 300px;
+ max-height: 720px;
}
section.links div {
- margin: 20px 0;
+ margin: 10px;
width: max-content;
}
@@ -458,7 +465,7 @@ body div section {
display: none;
}
-div.about > div {
+div.about>div {
justify-content: start;
width: 520px;
}
@@ -480,4 +487,4 @@ input:disabled {
div.about a {
width: 500px;
display: inline-block;
-}
+} \ No newline at end of file