Add music to playlist, add more github info and css
This commit is contained in:
45
styles/about.module.css
Normal file
45
styles/about.module.css
Normal 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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user