mirror of
https://github.com/correl/correl.github.io.git
synced 2024-12-28 03:00:04 +00:00
Fix twitter widget placement
This commit is contained in:
parent
96f4cb3542
commit
b7ee9e26bf
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<div>
|
||||
<div class="twitter-container">
|
||||
<a class="twitter-timeline" href="https://twitter.com/correlr" data-widget-id="461175266010624001">Tweets by @correlr</a>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
||||
</div>
|
||||
|
|
|
@ -25,7 +25,7 @@ article .date {
|
|||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.twitter-timeline {
|
||||
div.twitter-container {
|
||||
position: absolute;
|
||||
left: 700px;
|
||||
}
|
Loading…
Reference in a new issue