Merge branch 'fontawesome-pro'

This commit is contained in:
amphineko 2020-03-21 20:21:49 +08:00
commit 8332bf52b5
No known key found for this signature in database
GPG Key ID: 4582E6587852EF42

View File

@ -33,6 +33,7 @@ html {
#container { #container {
background: url(./assets/images/container-background.svg) grey; background: url(./assets/images/container-background.svg) grey;
background-size: cover;
box-shadow: 0 0 0.15em 0.15em rgba(0, 0, 0, 0.125); box-shadow: 0 0 0.15em 0.15em rgba(0, 0, 0, 0.125);
padding: 1em 0; padding: 1em 0;
margin: 0 auto; margin: 0 auto;
@ -58,3 +59,25 @@ html {
.identities .small-labels .group::before, .identities .small-labels .label::before { .identities .small-labels .group::before, .identities .small-labels .label::before {
color: #333; color: #333;
} }
@media (max-width: 768px) {
body {
padding: 0;
}
#container {
padding: 0;
}
#container, #container>*:first-child {
border-top-left-radius: 0;
}
#container, #container>*:last-child, #container>*:last-child>*:last-child {
border-bottom-right-radius: 0;
}
.section.header {
background: rgba(0, 0, 0, 0.75);
}
}