diff --git a/src/css/_02-elements.scss b/src/css/_02-elements.scss index c9e4a4f..f9d9892 100644 --- a/src/css/_02-elements.scss +++ b/src/css/_02-elements.scss @@ -200,6 +200,13 @@ table strong { } +/* Added to allow for longer menus #347 */ +@media(min-width: 1100px) and (max-width: 1400px) { + .site-branding { + margin: 0 calc(5% + 60px) + } +} + // Social Navigation