1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-21 10:41:17 -04:00

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

View File

@@ -17,7 +17,7 @@ $system-fonts-monospace: "SFMono-Regular", "Consolas", "Liberation Mono",
// stylelint-enable indentation
// Misc Settings
$responsive-width: 890px;
$responsive-width: 820px;
$link-underline-opacity: 40%;
$link-underline-size: 2px;