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

66 lines
635 B
CSS
Raw Normal View History

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