Browse Source

Calm Business: Centring page title when there are no posts.

Laurel Fulford 6 years ago
parent
commit
7fe046efd5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      calm-business/sass/site/primary/_archives.scss

+ 3 - 2
calm-business/sass/site/primary/_archives.scss

@@ -15,7 +15,7 @@
 		display: inline;
 		display: inline;
 		letter-spacing: normal;
 		letter-spacing: normal;
 		font-weight: $font__weight_semi_bold;
 		font-weight: $font__weight_semi_bold;
-		
+
 		&:before {
 		&:before {
 			display: none;
 			display: none;
 		}
 		}
@@ -45,7 +45,7 @@
 
 
 	@include media(tablet) {
 	@include media(tablet) {
 		margin: calc(3 * 1rem) auto calc(1rem / 2);
 		margin: calc(3 * 1rem) auto calc(1rem / 2);
-    	max-width: calc(6 * (100vw / 12) - 28px);
+		max-width: calc(6 * (100vw / 12) - 28px);
 	}
 	}
 }
 }
 
 
@@ -54,6 +54,7 @@
 .error-404.not-found,
 .error-404.not-found,
 .no-results.not-found {
 .no-results.not-found {
 
 
+	.page-title,
 	.page-content {
 	.page-content {
 
 
 		margin: calc(3 * #{$size__spacing-unit}) #{$size__spacing-unit};
 		margin: calc(3 * #{$size__spacing-unit}) #{$size__spacing-unit};