Skip to content

Commit

Permalink
fix: easter
Browse files Browse the repository at this point in the history
  • Loading branch information
Wassim CHEGHAM committed Apr 20, 2018
1 parent 7fe741d commit c089a8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/app.component.css
Expand Up @@ -8,5 +8,5 @@
height: 140px;
width: 100%;
position: absolute;
top: 0;
}
top: -150px;
}
4 changes: 2 additions & 2 deletions src/index.html
Expand Up @@ -70,7 +70,7 @@
footer {
background: #69C7FA;
background: linear-gradient(45deg, #928EE8 50%, #69C7FA 100%);
padding: 4px;
padding: 14px;
color: white;
position: fixed;
width: 100%;
Expand All @@ -96,7 +96,7 @@ <h1 class="mat-display-1 main-header_logo">
</app-root>
<footer>
<span>Built with ❤ by Wassim Chegham (
<a href="https://twitter.com/manekinekko">@manekinekko</a>) The search experience is powered by
<a href="https://twitter.com/manekinekko">@manekinekko</a>) The search experience is powered by
<a href="https://algolia.com">Algolia</a>.
</span>
</footer>
Expand Down

0 comments on commit c089a8d

Please sign in to comment.