about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pages/stylesheets/styles.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/pages/stylesheets/styles.css b/src/pages/stylesheets/styles.css
index fb246b7f..49e8e54d 100644
--- a/src/pages/stylesheets/styles.css
+++ b/src/pages/stylesheets/styles.css
@@ -479,4 +479,18 @@ input:disabled {
 div.about a {
 	width: 500px;
 	display: inline-block;
+}
+
+@media (max-width: 1250px) {
+	body.option {
+		flex-direction: column;
+		width: 750px;
+		align-items: center;
+	}
+
+	section.links {
+		flex-direction: row;
+		width: 750px;
+		padding: 0 55px;
+	}
 }
\ No newline at end of file