2018-01-22 03:03:55 +00:00
|
|
|
html, body {
|
2018-01-21 11:09:55 +00:00
|
|
|
font-family: "Fira Sans", sans-serif;
|
2018-01-22 03:03:55 +00:00
|
|
|
font-size: 18px;
|
|
|
|
font-weight: 300;
|
|
|
|
line-height: 1.5;
|
2018-01-21 11:09:55 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.img-circle {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.headshot {
|
|
|
|
width: 115px;
|
|
|
|
height: 115px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.brand {
|
2018-01-22 03:03:55 +00:00
|
|
|
font-size: 2.6em;
|
2018-01-21 11:09:55 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-center {
|
|
|
|
text-align:center;
|
2018-01-21 14:17:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.meta {
|
2018-01-22 03:03:55 +00:00
|
|
|
font-size: .8rem !important;
|
2018-01-21 14:17:19 +00:00
|
|
|
font-weight: 300;
|
|
|
|
}
|
2018-01-22 03:03:55 +00:00
|
|
|
|
|
|
|
pre {
|
2018-01-23 03:02:05 +00:00
|
|
|
padding: 1px;
|
2018-01-22 03:03:55 +00:00
|
|
|
tab-size: 2;
|
|
|
|
}
|
|
|
|
|
2018-01-23 03:02:05 +00:00
|
|
|
pre, code {
|
2018-01-22 03:03:55 +00:00
|
|
|
font-family: monospace;
|
2018-01-23 03:02:05 +00:00
|
|
|
}
|