better file structure, cleanup
All checks were successful
/ build (push) Successful in 4m35s

This commit is contained in:
Ruben 2025-10-27 09:20:00 -05:00
commit a652971a27
Signed by: sneexy
GPG key ID: 8ECFA045E63BC583
63 changed files with 134 additions and 79 deletions

View file

@ -333,8 +333,9 @@ card-container {
width: auto;
h3 {
margin-top: 0;
border-bottom: unset;
margin-bottom: 1rem;
margin-top: 0;
[icon] {
height: 1.4rem;

View file

@ -35,7 +35,7 @@ footer {
margin-top: 0;
margin-bottom: .6rem;
}
p:last-of-type { margin-bottom: 0; }
p:last-child { margin-bottom: 0; }
h3 {
font-size: 1.5rem;

View file

@ -21,16 +21,20 @@ html:has(article#sneexy) {
max-height: 13rem;
}
h1 #pfp {
width: auto;
height: 6rem;
h1 {
border-bottom: unset;
margin-bottom: unset;
& #pfp {
height: 6rem;
transition: .2s;
vertical-align: middle;
width: auto;
vertical-align: middle;
transition: transform .2s;
}
h1 #pfp:hover {
transform: scale(2);
&:hover {
transform: scale(2);
}
}
}
card-container[selfinfo] {