Skip to content

Commit

Permalink
Update bs3-jumbotron.sublime-snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
aviskase committed Feb 3, 2014
1 parent 6eed0bb commit f247fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jumbotron/bs3-jumbotron.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<h1>${1:Hello, world!}</h1>
<p>${2:Contents ...}</p>
<p>
<a class="btn btn-primary btn-large">${3:Learn more}</a>
<a class="btn btn-primary btn-lg">${3:Learn more}</a>
</p>
</div>
</div>
Expand Down

0 comments on commit f247fdf

Please sign in to comment.