split the footer part for better structure

This commit is contained in:
Huy Tran 2018-01-22 10:03:55 +07:00
parent 365a5731ca
commit 514e9a167f
11 changed files with 120 additions and 101 deletions

View file

@ -1,12 +1,8 @@
body {
html, body {
font-family: "Fira Sans", sans-serif;
font-size: 16px;
font-weight: 300 !important;
}
code {
font-family: monospace;
font-size: .9rem;
font-size: 18px;
font-weight: 300;
line-height: 1.5;
}
.img-circle {
@ -19,19 +15,24 @@ code {
}
.brand {
font-size: 3.0em;
font-size: 2.6em;
margin-bottom: 0;
}
span, p, code {
font-size: 1.33vw;
}
.text-center {
text-align:center;
}
.meta {
font-size: .9rem !important;
font-size: .8rem !important;
font-weight: 300;
}
pre {
padding: 2px;
tab-size: 2;
}
pre > code {
font-family: monospace;
}