rename css class
This commit is contained in:
parent
9e85336b87
commit
6c8f88a977
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include sidebar.html
|
||||
|
||||
<div class="column">
|
||||
<div class="page">
|
||||
<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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue