Changeset 9483
- Timestamp:
- 02/10/2020 08:33:58 PM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r9429 r9483 1674 1674 line-height: 1; 1675 1675 border-bottom: 0; 1676 1677 @media screen and (max-width: 500px) { 1678 font-size: 17px; 1679 font-size: 4.5vw; 1680 vertical-align: middle; 1681 vertical-align: -moz-middle-with-baseline; 1682 vertical-align: -webkit-baseline-middle; 1683 } 1676 1684 } 1677 1685 … … 1891 1899 color: #555; 1892 1900 } 1901 } 1902 1903 .site-title { 1904 margin-left: 0; 1893 1905 } 1894 1906 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r9429 r9483 2055 2055 } 2056 2056 2057 @media screen and (max-width: 500px) { 2058 .site-title a { 2059 font-size: 17px; 2060 font-size: 4.5vw; 2061 vertical-align: middle; 2062 vertical-align: -moz-middle-with-baseline; 2063 vertical-align: -webkit-baseline-middle; 2064 } 2065 } 2066 2057 2067 @media screen and (max-width: 769px) { 2058 2068 .site-title { … … 2269 2279 font-size: 1.05em; 2270 2280 color: #555; 2281 } 2282 2283 .single-handbook .site-title { 2284 margin-left: 0; 2271 2285 } 2272 2286
Note: See TracChangeset
for help on using the changeset viewer.