Adding lastfm and other bits
This commit is contained in:
parent
0e4e0318cc
commit
f0902b072f
10 changed files with 313 additions and 90 deletions
|
|
@ -17,4 +17,32 @@ article a[href^="https://"]:not(article .social-icons a, .paginav a, .buy-me-a-c
|
|||
background-position: 0 100%;
|
||||
background-size: 100% 2px;
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: nowrap;
|
||||
width: 100%;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.col {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-basis: 100%;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.photo {
|
||||
flex: 25%;
|
||||
|
||||
img {
|
||||
border-radius: var(--radius);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.intro-text {
|
||||
flex: 75%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue