Add music to playlist, add more github info and css

This commit is contained in:
2022-09-27 20:52:24 -04:00
parent cf7e85fa6d
commit f326bc1894
10 changed files with 2254 additions and 10664 deletions

45
styles/about.module.css Normal file
View File

@@ -0,0 +1,45 @@
.license {
background-color: #222222;
padding: 1rem;
}
.githubCard {
display: flex;
}
.githubAvatarContainer {
flex: 0 0;
padding: 0.5rem;
}
.githubCardTable {
flex: 1 1;
padding: 0.5rem;
}
.githubCardRow {
display: flex;
}
.githubCardLabel {
flex: .2 1;
font-size: 1rem;
padding: .5rem;
}
.githubCardLabel:after {
content: ':';
}
.githubCardValue {
flex: 1 1;
background-color: #222222;
font-size: 1rem;
border-top: 1px solid;
padding: .5rem;
}
.githubCardRow:first-of-type .githubCardValue {
border-top: none;
}

View File

@@ -116,7 +116,7 @@ section {
}
body {
margin: 0 0 1rem;
margin: 0 0 4rem;
font-size: 18px;
font-weight: 400;
line-height: 1.5;
@@ -361,4 +361,8 @@ code {
.button.link.back::after {
content: '';
display: none;
}
.monospace {
font-family: 'Hack', 'Source Code Pro', Consolas, monospace;
}