Add twitter link

This commit is contained in:
Maksym Pavlenko
2016-12-28 15:55:19 -08:00
parent 12db317110
commit 959eef1db2
2 changed files with 21 additions and 0 deletions
+3
View File
@@ -29,6 +29,9 @@
@RenderBody()
<div class="footer">
<div class="twitter-link">
<a href="https://twitter.com/pod_sync"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</div>
</div>
</div>
+18
View File
@@ -29,6 +29,8 @@ a {
z-index: 0;
}
/* Footer */
.footer {
background-image: url('../img/pc_footer.png');
-ms-background-repeat: space;
@@ -47,6 +49,22 @@ a {
z-index: 1;
}
.twitter-link {
position: absolute;
right: 1em;
bottom: 0;
font-size: 3em;
}
.twitter-link a {
color: rgb(62, 62, 41);
}
.twitter-link a:hover {
color: rgb(33, 33, 26);
background: none;
}
/* Header */
.title {