Skip to content

Commit

Permalink
Minor Changes to Jumbotrons
Browse files Browse the repository at this point in the history
  • Loading branch information
SuyashLakhotia committed May 1, 2017
1 parent e6f38f8 commit 07012e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<header>
<div class="container-fluid jumbotron-wrapper jumbotron-small">
<div class="jumbotron-content">
<h1 id="title">Bootstrap Cards' Blog</h1>
<h1 id="title">Bootstrap Cards Blog</h1>
<h2 id="tagline">A collection of thoughts, ideas &amp; rants</h2>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion dist/css/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Jumbotron Styles
.jumbotron-content #tagline {
font-weight: 300;
letter-spacing: 3px;
padding-top: 10px;
padding-top: 20px;
padding-bottom: 30px;
}

Expand Down
2 changes: 1 addition & 1 deletion src/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<header>
<div class="container-fluid jumbotron-wrapper jumbotron-small">
<div class="jumbotron-content">
<h1 id="title">Bootstrap Cards' Blog</h1>
<h1 id="title">Bootstrap Cards Blog</h1>
<h2 id="tagline">A collection of thoughts, ideas &amp; rants</h2>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/sass/layout/_jumbotron.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Jumbotron Styles
#tagline {
font-weight: $font-light;
letter-spacing: 3px;
padding-top: 10px;
padding-top: 20px;
padding-bottom: 30px;
}
}
Expand Down

0 comments on commit 07012e4

Please sign in to comment.