constrain header width and reduce padding across the site

This commit is contained in:
2020-04-04 10:18:20 -04:00
parent 1c2337afb8
commit 55a696c261
8 changed files with 25 additions and 24 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ main#video {
}
video {
width: $responsive-width;
width: 100%;
max-width: 975px;
height: auto;
}
}