Browse Source

Merge branch 'trunk' into update/add-extra-line-height-to-post-titles

Kjell Reigstad 4 years ago
parent
commit
2a5b0112c6
4 changed files with 19 additions and 0 deletions
  1. 5 0
      spearhead/assets/sass/_header.scss
  2. 7 0
      spearhead/style-rtl.css
  3. 7 0
      spearhead/style.css
  4. 0 0
      spearhead/style.css.map

+ 5 - 0
spearhead/assets/sass/_header.scss

@@ -28,6 +28,11 @@ $site-branding-height: 68px;
 	display: flex;
 	display: flex;
 	justify-content: space-between;
 	justify-content: space-between;
 	max-width: var(--responsive--alignfull-width);
 	max-width: var(--responsive--alignfull-width);
+	padding: var(--global--spacing-horizontal);
+
+	@include media( laptop ){
+		padding: 35px var(--global--spacing-horizontal);
+	}
 
 
 	@include media( laptop-only ){
 	@include media( laptop-only ){
 		flex-wrap: wrap;
 		flex-wrap: wrap;

+ 7 - 0
spearhead/style-rtl.css

@@ -215,6 +215,13 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 	display: flex;
 	display: flex;
 	justify-content: space-between;
 	justify-content: space-between;
 	max-width: var(--responsive--alignfull-width);
 	max-width: var(--responsive--alignfull-width);
+	padding: var(--global--spacing-horizontal);
+}
+
+@media only screen and (min-width: 830px) {
+	.site-header {
+		padding: 35px var(--global--spacing-horizontal);
+	}
 }
 }
 
 
 @media only screen and (max-width: 829px) {
 @media only screen and (max-width: 829px) {

+ 7 - 0
spearhead/style.css

@@ -215,6 +215,13 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 	display: flex;
 	display: flex;
 	justify-content: space-between;
 	justify-content: space-between;
 	max-width: var(--responsive--alignfull-width);
 	max-width: var(--responsive--alignfull-width);
+	padding: var(--global--spacing-horizontal);
+}
+
+@media only screen and (min-width: 830px) {
+	.site-header {
+		padding: 35px var(--global--spacing-horizontal);
+	}
 }
 }
 
 
 @media only screen and (max-width: 829px) {
 @media only screen and (max-width: 829px) {

File diff suppressed because it is too large
+ 0 - 0
spearhead/style.css.map


Some files were not shown because too many files changed in this diff