Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
boratanrikulu authored Jan 16, 2021
2 parents 0fe33a4 + 0c296d6 commit 8acd5bb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/stylesheet/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ p:empty:before {
color: grey;
}

.star-me {
margin: 20px;
float: right;
}

@media screen and (max-width: 550px) {
.album-photo img {
height: 120px;
Expand Down
5 changes: 5 additions & 0 deletions views/partials/header_partial.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{{ define "header" }}

<body>
<div class="star-me">
<a href="https://github.com/boratanrikulu/lirik.app">
<img src="https://githubbadges.com/star.svg?user=boratanrikulu&repo=lirik.app&background=1DB954&color=fff&style=flat">
</a>
</div>
<section class="section">
<div class="container">
<header>
Expand Down
5 changes: 5 additions & 0 deletions views/partials/user/header_partial.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<body>
{{ template "loading" }}
<div class="star-me">
<a href="https://github.com/boratanrikulu/lirik.app">
<img src="https://githubbadges.com/star.svg?user=boratanrikulu&repo=lirik.app&background=1DB954&color=fff&style=flat">
</a>
</div>
<section class="section">
<div class="container">
<header>
Expand Down

0 comments on commit 8acd5bb

Please sign in to comment.