- Timestamp:
- 09/22/2019 09:58:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/sass/site/primary/_archives.scss
r44652 r46234 6 6 7 7 @include media(tablet) { 8 margin: 0 $size__site-margins $size__site-margins;8 margin: 0 $size__site-margins calc(3 * #{$size__spacing-unit}); 9 9 } 10 10 … … 24 24 display: inherit; 25 25 clear: both; 26 27 &:after {28 content: ".";29 font-weight: bold;30 color: $color__text-light;31 }32 26 } 33 27 } 34 28 35 .archive .page-header .page-description { 29 .archive .page-header .page-description, 30 .search .page-header .page-description { 36 31 display: block; 37 32 color: $color__text-main; … … 51 46 .no-results.not-found { 52 47 53 .page-title,54 48 .page-content { 55 49
Note: See TracChangeset
for help on using the changeset viewer.