split the footer part for better structure
This commit is contained in:
parent
365a5731ca
commit
514e9a167f
11 changed files with 120 additions and 101 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue