1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 12:55:31 -04:00

re-organize templates (use baseof.html)

This commit is contained in:
2019-12-02 18:47:44 -05:00
parent e8bf1881c8
commit 0b62be6226
22 changed files with 202 additions and 209 deletions

View File

@@ -9,7 +9,7 @@ main#video {
font-size: 0.85em;
line-height: 1.5em;
color: #777777;
margin: 20px 10px;
margin: 1.25em;
}
a {
@@ -28,12 +28,12 @@ main#video {
@mixin responsive--videos() {
main#video {
margin: 20px 0;
h1 {
font-size: 1.6em;
padding: 0 15px;
}
video {
width: 100%;
height: auto;