mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 15:41:17 -04:00
better shortcodes for tweets and videos
This commit is contained in:
@@ -720,6 +720,11 @@ body#notes main#single article div#content hr {
|
||||
border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
body#notes main#single article div#content video.embed {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
body#notes main#single article div#content div.embed.video-player {
|
||||
position: relative;
|
||||
padding-bottom: 56.25%;
|
||||
@@ -738,6 +743,11 @@ body#notes main#single article div#content div.embed.video-player iframe.youtube
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
body#notes main#single article div#content twitter-widget {
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
body#notes main#single article div#commento {
|
||||
border-top: 1px solid #ccc;
|
||||
padding-top: 20px;
|
||||
|
Reference in New Issue
Block a user