hugo-theme-hyde-hyde/static/css/custom.css

39 lines
439 B
CSS
Raw Normal View History

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