From 6c8f88a9778311f017a99417ff0086e5cfcdf42d Mon Sep 17 00:00:00 2001 From: ktyl Date: Mon, 11 Oct 2021 19:50:32 +0100 Subject: [PATCH] rename css class --- src/root/index.html | 2 +- src/root/styles.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/root/index.html b/src/root/index.html index 5e895af..5afedcf 100644 --- a/src/root/index.html +++ b/src/root/index.html @@ -11,7 +11,7 @@ #include sidebar.html -
+

cats stuff

hi, im cat and i do things and stuff. eventually i want to make this an actual, useful landing page for people interested in me and what i do. unfortunately, im very scatterbrained and not very organised! as a result, this is just one of myriad ongoing projects that i constantly try to chip away at, to varying degrees of success.

diff --git a/src/root/styles.css b/src/root/styles.css index 98357e1..ff66856 100644 --- a/src/root/styles.css +++ b/src/root/styles.css @@ -79,7 +79,7 @@ a.fsText:hover { color: var(--foreground); } -.column { +.page { position: absolute; width: max(30vmax,500px); left:50%; @@ -91,14 +91,14 @@ a.fsText:hover { transform: translate(-50%, 0); } -.column p { +.page p { margin: 0 40px; padding-top: 20px; color: var(--background); opacity: 1.0; } -.column h1 { +.page h1 { color: var(--background); padding-left: 60px;