Changeset 43860 for branches/5.0/src/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss
- Timestamp:
- 11/02/2018 11:52:16 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/sass/site/header/_site-header.scss
r43842 r43860 2 2 3 3 .site-header { 4 padding: 1em; 4 5 5 padding: 1em; 6 &.featured-image { 7 display: flex; 8 flex-direction: column; 9 justify-content: space-between; 10 min-height: 90vh; 11 12 .site-branding-container { 13 margin-bottom: auto; 14 } 15 } 6 16 7 17 @include media(tablet) { … … 10 20 11 21 &.featured-image { 12 display: flex;13 22 min-height: 100vh; 14 flex-direction: column;15 justify-content: space-between;16 23 margin-bottom: 3rem; 17 18 .site-branding-container {19 margin-bottom: auto;20 }21 24 } 22 25 }
Note: See TracChangeset
for help on using the changeset viewer.