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; } }