Ver Fonte

Remove unused commented out styles.

Jeff Ong há 4 anos atrás
pai
commit
e4a8941e9c
3 ficheiros alterados com 5 adições e 40 exclusões
  1. 1 21
      spearhead/assets/sass/_text.scss
  2. 3 0
      spearhead/style-rtl.css
  3. 1 19
      spearhead/variables.css

+ 1 - 21
spearhead/assets/sass/_text.scss

@@ -4,24 +4,4 @@ a {
 
 .entry-content a {
     font-weight: 500;
-}
-
-// These styles to limit the paragraph may eventually apply to blog page template
-// .entry-content,
-// .entry-content [class*="inner-container"] {
-//     &:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
-//     &:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment):not(.woocommerce) {
-//         p, h4, h5, h6 {
-//             @include media( tablet ) {
-//                 max-width: 544px;
-//             }
-//         }
-//         .wp-block-columns {
-//             p, h4, h5, h6 {
-//                 @include media( tablet ) {
-//                     max-width: 100%;
-//                 }
-//             }
-//         }
-//     }
-// }
+}

+ 3 - 0
spearhead/style-rtl.css

@@ -112,6 +112,9 @@ a {
 }
 
 @media only screen and (max-width: 481px) {
+	.has-main-navigation .site-header {
+		padding-top: 4px;
+	}
 	.has-main-navigation .site-header .site-description {
 		display: none;
 	}

+ 1 - 19
spearhead/variables.css

@@ -71,22 +71,4 @@
 	--latest-posts--title-font-size: var(--global--font-size-lg);
 
 	--list--font-family: var(--global--font-secondary);
-}
-
-@media ( min-width: 482px ){
-	:root {
-		/* Font Size */
-		--global--font-size-root: 20px;
-		--global--font-size-md: 20px;
-		--global--font-size-lg: 24px;
-		--global--font-size-xl: 36px;
-		--global--font-size-xxl: 48px;
-		/* Line Height */
-		/* --heading--font-size-h1: 72px;
-		--heading--font-size-h2: 64px;
-		--heading--font-size-h3: 48px;
-		--heading--line-height-h1: 1.2;
-		--heading--line-height-h2: 1.2;
-		--heading--line-height-h3: 1.4; */
-	}
-}
+}