Changeset 12932
- Timestamp:
- 10/05/2023 07:09:23 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r12903 r12932 1131 1131 color: #aaa; 1132 1132 margin-top: 1em; 1133 margin-left: 25px; 1134 margin-right: 35px; 1133 1135 overflow: hidden; 1134 1136 letter-spacing: 2px; 1135 font-size: 1.5em; 1137 line-height: 1.1em; 1138 font-size: 1.3em; 1136 1139 text-transform: uppercase; 1137 1140 border-bottom: 0; 1138 1141 } 1142 @media(max-width: 680px) { 1143 .handbook-name { 1144 font-size: 1.1em; 1145 } 1146 } 1147 @media(max-width: 480px) { 1148 .handbook-name { 1149 font-size: 1em; 1150 } 1151 } 1152 1153 1139 1154 .handbook-name span { 1140 1155 display: inline-block;
Note: See TracChangeset
for help on using the changeset viewer.