Skip to content

Commit

Permalink
Small alignment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MehediH committed Jun 29, 2017
1 parent 0ef2b65 commit dbd4e36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion inc/css/app.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
@@ -1,7 +1,7 @@
<html>
<head>
<title>Tweeten, a powerful Twitter client</title>
<link rel="stylesheet" type="text/css" href="./inc/css/app.css?v=2.3">
<link rel="stylesheet" type="text/css" href="./inc/css/app.css?v=2.3.1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="inc/js/app.js?v=2.2"></script>
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
Expand Down
2 changes: 1 addition & 1 deletion src/partials/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ header {
}
.mini {
.icon {
margin-left: -6px !important;
margin-left: -4px !important;
}
}
}
Expand Down

0 comments on commit dbd4e36

Please sign in to comment.