Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Commit

Permalink
Partial fix for buttons for W10M with custom large text scale.
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-radu committed Apr 14, 2017
1 parent 1dbf6ff commit b2c6fa1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 21 deletions.
9 changes: 2 additions & 7 deletions css/new-age.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,13 +325,8 @@ section.contact {
color: #dd4b39; }
section.contact ul.list-social {
margin-bottom: 0; }
/* Fix for contact buttons */
.list-inline li{
margin-bottom: 12px; }
.list-inline-item:not(:last-child) {
margin-right: 0px; }
.list-inline-item .btn-si {
width: 230px; }
.contact-buttons button{
margin-bottom: 12px; }

/* Other components */

Expand Down
6 changes: 1 addition & 5 deletions css/new-age.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,15 +314,15 @@ <h3>Lorenzo Rossoni</h3>
<div class="container">
<h2>We <i class="fa fa-heart"></i> new friends!</h2>
<p class="text-muted">Follow us on Twitter or join our official Unigram group</p>
<hr>
<ul class="list-inline list-social">
<li class="list-inline-item">
<button id="unigram-twitter" class="btn-si btn-twitter">@UnigramApp</button>
</li>
<li class="list-inline-item">
<button id="unigram-insiders" class="btn-si btn-unigram">Unigram Insiders</button>
</li>
</ul>
<hr>
<div class="row">
<div class="col-md-8 offset-md-2">
<div class="contact-buttons">
<button id="unigram-twitter" class="btn-si btn-twitter">@UnigramApp</button>
<button id="unigram-insiders" class="btn-si btn-unigram">Unigram Insiders</button>
</div>
</div>
</div>
</div>
</section>

Expand Down

0 comments on commit b2c6fa1

Please sign in to comment.