rename css class

This commit is contained in:
ktyl 2021-10-11 19:50:32 +01:00
parent 9e85336b87
commit 6c8f88a977
2 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@
#include sidebar.html #include sidebar.html
<div class="column"> <div class="page">
<h1>cats stuff</h1> <h1>cats stuff</h1>
<p>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.</p> <p>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.</p>

View File

@ -79,7 +79,7 @@ a.fsText:hover {
color: var(--foreground); color: var(--foreground);
} }
.column { .page {
position: absolute; position: absolute;
width: max(30vmax,500px); width: max(30vmax,500px);
left:50%; left:50%;
@ -91,14 +91,14 @@ a.fsText:hover {
transform: translate(-50%, 0); transform: translate(-50%, 0);
} }
.column p { .page p {
margin: 0 40px; margin: 0 40px;
padding-top: 20px; padding-top: 20px;
color: var(--background); color: var(--background);
opacity: 1.0; opacity: 1.0;
} }
.column h1 { .page h1 {
color: var(--background); color: var(--background);
padding-left: 60px; padding-left: 60px;