Changeset 6999
- Timestamp:
- 04/02/2018 07:10:18 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/style.css
r6995 r6999 10 10 */ 11 11 12 12 13 body { 13 14 font-family: 'Source Sans Pro', sans-serif; … … 70 71 background-color: #00A0D2; 71 72 background-image: url( 'images/confetti-tile.svg' ); 73 background-size: 25%; 72 74 background-repeat: repeat; 73 75 } … … 75 77 .home .custom-header { 76 78 height: calc( 100vh - 105px ); 79 background-size: 30%; 77 80 } 78 81 … … 96 99 display: inline-block; 97 100 margin: auto auto 2em; 98 padding: 0; 101 padding: 2.5em; 102 border-radius: 100%; 99 103 background-color: #00A0D2; 100 104 } … … 147 151 .wp10-nostalgia { 148 152 text-align: center; 153 } 154 155 .page-slug-about h1 { 156 margin: 2em auto 1em; 157 } 158 159 .wp10-nostalgia { 160 margin-top: 1em; 149 161 } 150 162
Note: See TracChangeset
for help on using the changeset viewer.