This commit is contained in:
parent
f82d69f16c
commit
a652971a27
63 changed files with 134 additions and 79 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue