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

uniform width on all pages

This commit is contained in:
2020-04-24 10:12:13 -04:00
parent 70611f4d1c
commit d2a9736c9e
10 changed files with 59 additions and 55 deletions

View File

@@ -17,7 +17,7 @@ $system-fonts-monospace: "SFMono-Regular", "Consolas", "Liberation Mono",
// stylelint-enable indentation
// Width at which to switch to mobile styles
$responsive-width: 820px;
$responsive-width: 780px;
// Fancy link underline settings
$link-underline-opacity: 40%;