Changeset 13272 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_archive.scss
- Timestamp:
- 03/05/2024 02:45:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/sass/site/_archive.scss
r7923 r13272 4 4 5 5 h1 { 6 7 font-size: 2.2rem; 8 text-align: center; 9 } 10 11 a { 12 13 color: inherit; 14 15 &:hover, 16 &:focus, 17 &:active { 18 19 text-decoration: none; 20 color: $color__link; 21 } 6 margin-bottom: var(--wp--preset--spacing--50); 22 7 } 23 8 … … 31 16 32 17 .archive-pagination { 33 34 display: block; 35 margin-top: 20px; 18 margin: var(--wp--preset--spacing--50) 0; 36 19 text-align: center; 37 width: 100%;38 20 } 39 21 }
Note: See TracChangeset
for help on using the changeset viewer.