Skip to content

Commit

Permalink
✨ General Updates
Browse files Browse the repository at this point in the history
Updated .icon padding to make iconography appear centered.

Updated container alignment to center to remove outdated attribute.

Removed underline from links within buttons.
  • Loading branch information
sethcottle committed Apr 14, 2020
1 parent 5b9ff20 commit 3a47797
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
.button,
button {
display: inline-block;
text-decoration: none;
height: 48px;
padding: 0 16px;
text-align: center;
Expand All @@ -43,7 +44,6 @@ button {
font-weight: 600;
line-height: 48px;
letter-spacing: 0.5px;
text-decoration: none;
white-space: nowrap;
background-color: transparent;
border-radius: 8px;
Expand All @@ -67,7 +67,7 @@ button:hover,
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.icon {
padding: 0px 8px;
padding: 0px 8px 3.5px 0px;
vertical-align: middle;
width: 20px;
height: 20px;
Expand Down
1 change: 1 addition & 0 deletions css/skeleton-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
position: relative;
width: 100%;
max-width: 600px;
text-align: center;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box; }
Expand Down
1 change: 1 addition & 0 deletions css/skeleton-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
position: relative;
width: 100%;
max-width: 600px;
text-align: center;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box; }
Expand Down
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<div class="container">
<div class="row">
<div class="column" style="margin-top: 10%">
<center>
<!-- Your Image Here -->
<img src="images/avatar.png" srcset="images/[email protected] 2x">

Expand Down Expand Up @@ -134,7 +133,6 @@ <h1>LittleLink</h1>
<br>
<p>Build your own by forking <a href="https://littlelink.io">LittleLink</a>.</p>

</center>
</div>
</div>
</div>
Expand Down

0 comments on commit 3a47797

Please sign in to comment.