1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 03:15:30 -04:00

support subtitles via video shortcode

This commit is contained in:
2019-12-20 09:19:17 -05:00
parent 05d0eb225a
commit 70fa8460d2
5 changed files with 14 additions and 12 deletions

View File

@@ -39,20 +39,19 @@
padding-left: 1em;
}
article {
font-size: 1rem;
line-height: 1.8rem;
line-height: 1.8;
padding: 0 20px;
}
h1.title {
text-align: center;
font-size: 2.2rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 0.25rem;
font-size: 2.2em;
line-height: 1.3;
margin-top: 0.6em;
margin-bottom: 0.25em;
}
p.meta {
text-align: center;
margin: 0.25rem;
margin: 0.25em;
color: #777777;
}
p.meta a {
@@ -93,7 +92,7 @@
}
nav a#logo span {
margin-left: 16px;
font-size: 1.5rem;
font-size: 1.5em;
font-weight: 500;
}
nav ul {
@@ -114,7 +113,7 @@
padding: 20px;
border-top: 1px solid #bbbbbb;
color: #555;
line-height: 1.5rem;
line-height: 1.8;
}
footer a {
text-decoration: none;
@@ -146,7 +145,6 @@
max-width: 100%;
overflow-x: scroll;
object-fit: scale-down;
font-size: 1em;
margin: 1em 0;
}
div.highlight pre {