mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Add twitter link
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user