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

Commit

Permalink
Minor tweaks for social buttons.
Browse files Browse the repository at this point in the history
  • Loading branch information
matei-radu committed Apr 14, 2017
1 parent d8421cb commit c57d9af
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion css/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.btn-si {
margin-left: 3px;
margin-right: 3px;
width: 218px;
background-position: 1em;
background-repeat: no-repeat;
background-size: 2em;
Expand Down
2 changes: 1 addition & 1 deletion css/buttons.min.css

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

2 changes: 2 additions & 0 deletions css/new-age.css
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ section.contact {
margin-bottom: 12px; }
.list-inline-item:not(:last-child) {
margin-right: 0px; }
.list-inline-item .btn-si {
width: 230px; }

/* Other components */

Expand Down
6 changes: 5 additions & 1 deletion css/new-age.min.css

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

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">

<!-- Custom styles -->
<link href="css/new-age.css" rel="stylesheet">
<link href="css/new-age.min.css" rel="stylesheet">
<link href="css/buttons.min.css" rel="stylesheet">
<link href="css/devices.min.css" rel="stylesheet">
</head>
Expand Down

0 comments on commit c57d9af

Please sign in to comment.