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

update homepage

This commit is contained in:
2020-07-16 15:02:26 -04:00
parent 85042d3503
commit ea244a5372
23 changed files with 90 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
@charset "UTF-8";
// Video Styles
div#layout--video {
div.layout-video {
padding: 1.5em 0;
text-align: center;
@@ -18,7 +18,7 @@ div#layout--video {
font-size: 0.85em;
letter-spacing: -0.005em;
line-height: 1.5;
margin: 1.25em 1em 0 1em;
margin: 1.25em 1em 0.5em 1em;
@include colors() {
color: c(medium-light);
@@ -39,7 +39,7 @@ div#layout--video {
// Responsive
@mixin responsive--videos() {
div#layout--video {
div.layout-video {
padding: 1em 0;
h1 {