- Timestamp:
- 12/04/2020 06:13:48 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_generic_and_typography.scss
r12537 r12814 1 1 // BP Generic elements, Typography and Images. 2 2 // @since 3.0.0 3 // @version 5.0.03 // @version 7.0.0 4 4 5 5 // ========= Generic Sitewide elements ======== … … 60 60 .site-content .entry-header, 61 61 .entry-content { 62 max-width: none; 62 63 &:not(.alignwide):not(.alignfull) { 64 max-width: none; 65 } 63 66 } 64 67 … … 167 170 padding: 0; 168 171 169 .entry-title {172 &:not(.alignwide):not(.alignfull) .entry-title { 170 173 171 174 @include responsive-font(34);
Note: See TracChangeset
for help on using the changeset viewer.