From 63a755b4d28585d35b59a84ab5fb5987589027fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Sat, 28 Sep 2024 18:37:22 +0200 Subject: [PATCH] Update CSS to look nicer on big desktop screens. --- static/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 916a49c..5bb9c3b 100644 --- a/static/style.css +++ b/static/style.css @@ -70,7 +70,7 @@ a:visited { } main { - width: 60%; + width: 700px; margin: 5px auto; text-align: justify; padding: 5px; @@ -151,7 +151,7 @@ img.album-cover { /* SPECIFIC */ img#profile { - width: 40%; + width: 200px; float: right; border-radius: 15%; margin: 10px; @@ -194,6 +194,6 @@ img#profile { display: block; margin-left: auto; margin-right: auto; - width: 30%; + width: 300px; } }