Changeset 43842 for branches/5.0/src/wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss
- Timestamp:
- 10/30/2018 02:13:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/navigation/_next-previous.scss
r43808 r43842 5 5 6 6 margin: calc(3 * 1rem) 0; 7 8 @include media(tablet) { 9 margin: calc(3 * 1rem) calc(2 * (100vw / 12)); 10 max-width: calc(6 * (100vw / 12)); 11 } 12 13 @include media(desktop) { 14 margin: calc(3 * 1rem) 0; 15 max-width: 100%; 16 } 7 17 8 18 .nav-links { … … 12 22 display: flex; 13 23 flex-direction: column; 24 25 @include media(tablet) { 26 margin: 0; 27 } 14 28 15 29 @include media(desktop) { … … 74 88 @include media(desktop) { 75 89 order: 2; 90 padding-left: $size__spacing-unit; 76 91 } 77 92 … … 139 154 140 155 .nav-links { 141 142 156 display: flex; 143 157 flex-direction: row; 158 margin: 0 $size__spacing-unit; 159 160 @include media(desktop) { 161 margin: 0 calc(2 * (100vw / 12)); 162 max-width: calc(8 * (100vw / 12)); 163 } 144 164 } 145 165 … … 148 168 min-width: 50%; 149 169 width: 100%; 170 font-family: $font__heading; 171 font-weight: bold; 150 172 151 173 .secondary-text {
Note: See TracChangeset
for help on using the changeset viewer.