header: add Gravatar support.

This commit is contained in:
remeh
2016-11-08 21:18:36 +01:00
parent 95940453e7
commit 3c87066710
3 changed files with 8 additions and 0 deletions

View File

@@ -180,6 +180,10 @@ section.header .content {
-ms-align-items: center;
align-items: center;
}
section.header .container .content .gravatar {
border-radius: 60px;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
section.header .name {
font-size: 18px;
font-family: 'Raleway', 'Helvetica Neue', 'Arial', sans-serif;