Browse Source

spaces to tabs

Ben Dwyer 4 years ago
parent
commit
b49a233a24

+ 25 - 27
spearhead/assets/sass/_posts-and-pages.scss

@@ -1,45 +1,43 @@
 .home .post .entry-title {
-    font-size: var(--global--font-size-lg);
-    margin-bottom: 0;
+	font-size: var(--global--font-size-lg);
+	margin-bottom: 0;
 }
 
 .post .entry-header {
-    display: flex;
-    flex-direction: column;
-    .entry-title {
-        margin-bottom: 0;
-    }
-    .entry-meta {
-        order: -1;
-        .posted-on {
-            svg {
-                display: none;
-            }
-            a {
-                font-family: var(--global--font-primary);
-                text-transform: uppercase;
-            }
-        }
-    }
+	display: flex;
+	flex-direction: column;
+	.entry-title {
+		margin-bottom: 0;
+	}
+	.entry-meta {
+		order: -1;
+		.posted-on {
+			svg {
+				display: none;
+			}
+			a {
+				font-family: var(--global--font-primary);
+				text-transform: uppercase;
+			}
+		}
+	}
 }
 
 .site-main > * {
-    margin: 0;
-    padding: calc(3 * var(--global--spacing-vertical)) 0;
+	margin: 0;
+	padding: calc(3 * var(--global--spacing-vertical)) 0;
 }
 
 // Sticky posts
 .has-sticky-post .site-main > *:first-child {
-    margin-top: calc( 0px - var(--global--spacing-vertical) );
-    padding-top: var(--global--spacing-vertical);
+	margin-top: calc( 0px - var(--global--spacing-vertical) );
+	padding-top: var(--global--spacing-vertical);
 }
 
 .sticky {
-    background: var(--sticky-posts--color-background);
+	background: var(--sticky-posts--color-background);
 }
 
 .sticky-post {
-    background-color: var( --global--color-primary );
-    margin-bottom: 0;
-    width: fit-content;
+	display: none;
 }

+ 1 - 3
spearhead/style-rtl.css

@@ -67,9 +67,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 }
 
 .sticky-post {
-	background-color: var(--global--color-primary);
-	margin-bottom: 0;
-	width: fit-content;
+	display: none;
 }
 
 .has-link-color a, a {

+ 1 - 3
spearhead/style.css

@@ -67,9 +67,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 }
 
 .sticky-post {
-	background-color: var(--global--color-primary);
-	margin-bottom: 0;
-	width: fit-content;
+	display: none;
 }
 
 .has-link-color a, a {

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