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

global header/navbar on all pages like a grown-up website (#17)

This commit is contained in:
2019-11-24 18:07:12 -05:00
committed by GitHub
parent 2bb25a6a5f
commit 8ccd15ab87
30 changed files with 616 additions and 640 deletions

View File

@@ -1,29 +1,21 @@
@charset "UTF-8";
// Video Styles
body#videos {
margin: 75px auto;
main#video {
margin: 20px auto;
text-align: center;
p {
font-size: 0.85em;
line-height: 1.5em;
color: #777777;
margin: 0;
padding: 0 10px;
margin: 20px 10px;
}
a {
font-weight: bold;
}
a#logo svg {
height: 48px;
width: 48px;
padding: 4px;
margin: 16px 0 8px 0;
}
video {
width: $responsive-width;
height: auto;
@@ -34,12 +26,12 @@ body#videos {
// Responsive
@mixin responsive--videos() {
body#videos {
main#video {
margin: 20px 0;
h1 {
font-size: 1.6em;
padding: 0 10px;
padding: 0 15px;
}
video {