Changeset 52082 for trunk/src/wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss
- Timestamp:
- 11/09/2021 10:24:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/assets/sass/06-components/footer.scss
r49726 r52082 32 32 } 33 33 34 .privacy-policy, 34 35 .powered-by { 35 36 margin-top: calc(0.5 * var(--global--spacing-vertical)); … … 40 41 align-items: center; 41 42 43 .site-name { 44 margin-right: calc(0.5 * var(--global--spacing-vertical)); 45 } 46 47 .privacy-policy, 42 48 .powered-by { 43 49 margin-top: initial; 44 50 margin-left: auto; 51 } 52 53 .privacy-policy + .powered-by { 54 margin-left: calc(0.5 * var(--global--spacing-vertical)); 45 55 } 46 56 }
Note: See TracChangeset
for help on using the changeset viewer.