2018-01-21 11:09:55 +00:00
|
|
|
body {
|
|
|
|
font-family: "Fira Sans", sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 300 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
code {
|
2018-01-21 14:17:19 +00:00
|
|
|
font-family: monospace;
|
|
|
|
font-size: .9rem;
|
2018-01-21 11:09:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
2018-01-21 14:17:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.meta {
|
|
|
|
font-size: .9rem !important;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|