ru-se.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

single.scss (440B)


      1 .singular .entry-header {
      2 	border-bottom: 3px solid var(--global--color-border);
      3 	padding-bottom: calc(2 * var(--global--spacing-vertical));
      4 	margin-bottom: calc(3 * var(--global--spacing-vertical));
      5 }
      6 
      7 .home .entry-header {
      8 	border-bottom: none;
      9 	padding-bottom: 0;
     10 	margin-bottom: 0;
     11 }
     12 
     13 .singular .has-post-thumbnail .entry-header {
     14 	border-bottom: none;
     15 	padding-bottom: calc(1.3 * var(--global--spacing-vertical));
     16 	margin-bottom: 0;
     17 }