refactoring page layouts

This commit is contained in:
Huy Tran 2018-01-24 16:42:50 +07:00
parent cf95cacd15
commit 88d2987fc2
20 changed files with 346 additions and 235 deletions

View file

@ -1,38 +1,64 @@
html, body {
font-family: "Fira Sans", sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 1.5;
html,
body
{
font-family: 'Fira Sans', sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 1.5;
}
.img-circle {
border-radius: 50%;
.img-circle
{
border-radius: 50%;
}
.headshot {
width: 115px;
height: 115px;
.headshot
{
width: 115px;
height: 115px;
}
.brand {
font-size: 2.6em;
margin-bottom: 0;
.brand
{
font-size: 2.6em;
margin-bottom: 0;
}
.text-center {
text-align:center;
.text-center
{
text-align: center;
}
.meta {
.meta
{
font-size: .8rem !important;
font-weight: 300;
}
pre {
padding: 1px;
tab-size: 2;
pre
{
padding: 1px;
tab-size: 2;
}
pre, code {
font-family: monospace;
pre,
code
{
font-family: monospace;
}
.poweredby
{
font-size: 13px !important;
font-weight: 300;
}
img.center
{
display: block;
margin-right: auto;
margin-left: auto;
}

View file