Skip to content

Commit

Permalink
Custom style mods.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdriviere committed Jul 3, 2017
1 parent ccba038 commit 399037a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
.feature__title { color: #39D; }
.feature__desc { margin-bottom: 10px; }

.btn { margin-top: 20px; }
.btn { margin: 20px 10px; }

.banner h1, .documentation h1 { font-weight: 300; color: #DDD; }

Expand Down Expand Up @@ -101,7 +101,7 @@ <h1 class="text--center">SPARKLE</h1>
<a href="https://github.com/jdriviere/sparkle-css/archive/v1.0.0.zip" class="btn btn--light--outline btn--lrg btn--f-round">
<i class="fa fa-download"></i> Download v1.0.0
</a>
<a href="https://github.com/jdriviere/sparkle-css.git" class="btn btn--light btn--lrg btn--f-round">
<a href="https://github.com/jdriviere/sparkle-css.git" class="btn btn--primary btn--lrg btn--f-round">
<i class="fa fa-github"></i> Github
</a>
</div>
Expand All @@ -125,7 +125,7 @@ <h1 class="text--center">SPARKLE</h1>
<h2 class="text--center">Sparkle is...</h2>
<div class="row">
<div class="col">
<h4 class="feature__title">Semantics</h4>
<h4 class="feature__title">Semantic</h4>
<p class="feature__desc text--small">Sparkle uses BEM to keep the framework structured and simple for all to understand and use.</p>
</div>

Expand Down

0 comments on commit 399037a

Please sign in to comment.