style(text): increased default font size
This commit is contained in:
parent
508c8e9b13
commit
04e1ddceed
3 changed files with 6 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
$font-family-sans-serif: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
$font-size-base: 14px;
|
||||
$font-size-base: 16px;
|
||||
|
||||
$headings-font-family: "Raleway";
|
||||
$headings-font-weight: 300;
|
||||
|
|
|
|||
|
|
@ -125,6 +125,9 @@ header.site-header nav.navbar .navbar-nav > li > a.navbar-github-link:hover {
|
|||
color: #FFF;
|
||||
margin-left: 120px;
|
||||
}
|
||||
.jumbotron .jumbotron-left-column p {
|
||||
font-size: 22px;
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.jumbotron .jumbotron-left-column {
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
.page-content {
|
||||
font-size: 1.1em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
code {
|
||||
color: #FF2E6C;
|
||||
pre {
|
||||
font-size: .8em;
|
||||
}
|
||||
|
||||
.CodeRay .code pre * {
|
||||
|
|
|
|||
Loading…
Reference in a new issue