adapt to npf.io themes and add social stuffs

This commit is contained in:
Huy Tran 2018-01-21 18:09:55 +07:00
parent 5814b3e80c
commit 331ef48d5c
27 changed files with 1980 additions and 178 deletions

31
static/css/custom.css Normal file
View file

@ -0,0 +1,31 @@
body {
font-family: "Fira Sans", sans-serif;
font-size: 16px;
font-weight: 300 !important;
}
code {
font-family: "Fira Code", "Source Code Pro", Consolas, monospace;
}
.img-circle {
border-radius: 50%;
}
.headshot {
width: 115px;
height: 115px;
}
.brand {
font-size: 3.0em;
margin-bottom: 0;
}
span, p, code {
font-size: 1.33vw;
}
.text-center {
text-align:center;
}