1
0
Fork 0

style(text): increased default font size

This commit is contained in:
Sylvain UTARD 2015-12-18 19:16:51 +01:00
parent 508c8e9b13
commit 04e1ddceed
3 changed files with 6 additions and 4 deletions

View file

@ -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;

View file

@ -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;

View file

@ -1,10 +1,9 @@
.page-content {
font-size: 1.1em;
line-height: 1.5em;
}
code {
color: #FF2E6C;
pre {
font-size: .8em;
}
.CodeRay .code pre * {