Skip to content

Commit

Permalink
Increase font size of quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenjanssens committed May 22, 2015
1 parent 1371a6d commit fbf0409
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _sass/screen.sass
Expand Up @@ -298,7 +298,7 @@ div.highlight
color: #8cd0d3

blockquote
+adjust-font-size-to(14px)
+adjust-font-size-to(16px)
color: #333333
font-style: italic
width: 400px
Expand Down
2 changes: 1 addition & 1 deletion _site/consulting-and-training/index.html
Expand Up @@ -109,7 +109,7 @@ <h3>Professional Training</h3>
Besides these two predefined courses, I can also deliver a custom course based on any of the technologies listed in the next section. To make the course more engaging and relevant, I can incorporate custom use cases based on your data and day-to-day challenges.
</p>

<h3>About Jeroen</h3>
<h3>About Me</h3>

<p>
<a href="/img/jeroenjanssens.jpg"><img id="face" title="Jeroen Janssens" alt="Jeroen Janssens" src="/img/jeroenjanssens.jpg" /></a>
Expand Down
4 changes: 2 additions & 2 deletions _site/css/screen.css
Expand Up @@ -613,8 +613,8 @@ div.highlight .il {

/* line 300, ../_sass/screen.sass */
blockquote {
font-size: 0.875em;
line-height: 1.71429em;
font-size: 1em;
line-height: 1.5em;
color: #333333;
font-style: italic;
width: 400px;
Expand Down
2 changes: 1 addition & 1 deletion consulting-and-training/index.html
Expand Up @@ -53,7 +53,7 @@ <h3>Professional Training</h3>
Besides these two predefined courses, I can also deliver a custom course based on any of the technologies listed in the next section. To make the course more engaging and relevant, I can incorporate custom use cases based on your data and day-to-day challenges.
</p>

<h3>About Jeroen</h3>
<h3>About Me</h3>

<p>
<a href="/img/jeroenjanssens.jpg"><img id="face" title="Jeroen Janssens" alt="Jeroen Janssens" src="/img/jeroenjanssens.jpg" /></a>
Expand Down
4 changes: 2 additions & 2 deletions css/screen.css
Expand Up @@ -613,8 +613,8 @@ div.highlight .il {

/* line 300, ../_sass/screen.sass */
blockquote {
font-size: 0.875em;
line-height: 1.71429em;
font-size: 1em;
line-height: 1.5em;
color: #333333;
font-style: italic;
width: 400px;
Expand Down

0 comments on commit fbf0409

Please sign in to comment.