From 338bb7a7043354335e9780d652753bf0db1c01a2 Mon Sep 17 00:00:00 2001 From: Violet Date: Tue, 16 Apr 2024 20:05:12 +0000 Subject: [PATCH] Reducing max width and changing order --- static/index.html | 6 +++--- static/root.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/index.html b/static/index.html index fd9be2d..57d53cd 100644 --- a/static/index.html +++ b/static/index.html @@ -47,10 +47,10 @@

Hi! I'm Violet, a 15 year old web and game developer. I aspire to make server-sided dynamic websites, with no Javascript required! I'm currently making games in the Godot Engine, and my dynamic sites in NodeJS.


diff --git a/static/root.css b/static/root.css index 0537d98..e262cbf 100644 --- a/static/root.css +++ b/static/root.css @@ -28,7 +28,7 @@ .linkContainer { display: grid; grid-template-columns: 1fr 1fr 1fr; - max-width: 500px; + max-width: 415px; margin: auto; } }