add gavi button, fediverse button, a few misc buttons, don't hotlink images to their sites, remove old unused assets
This commit is contained in:
parent
3c01d5ba59
commit
1d74c265ca
30 changed files with 87 additions and 2126 deletions
30
style.css
30
style.css
|
|
@ -360,7 +360,7 @@ about me section/terminal
|
|||
}
|
||||
|
||||
#sneexy > section {
|
||||
img {
|
||||
#pfp {
|
||||
width: 256px;
|
||||
height: 256px;
|
||||
|
||||
|
|
@ -370,6 +370,27 @@ about me section/terminal
|
|||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#lastfm {
|
||||
background-color: color-mix(in srgb, var(--red) 25%, transparent);
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
padding: .6em;
|
||||
border-radius: 1em;
|
||||
a {
|
||||
color: var(--red);
|
||||
}
|
||||
img {
|
||||
padding-top: .9em;
|
||||
max-width: auto;
|
||||
}
|
||||
summary img {
|
||||
padding-top: unset;
|
||||
vertical-align: middle;
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
}
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
|
@ -830,6 +851,13 @@ modify widths and spacing depending on the size of the display
|
|||
margin-bottom: 0.7em;
|
||||
padding: 10px 16px;
|
||||
}
|
||||
#sneexy > section {
|
||||
#lastfm {
|
||||
img {
|
||||
max-width: 20em;
|
||||
}
|
||||
}
|
||||
}
|
||||
.socials-contacts-list {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue