Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .custom-logo-link,
- .site-identity {
- display: block;
- width: 100%;
- }
- .site-header-main {
- text-align: center;
- }
- .site-primary-wrapper {
- margin: 0 auto;
- }
- .site-branding {
- margin-right: unset;
- width: 100%
- }
- .site-title {
- font-size: 16px;
- font-size: 1rem;
- }
- @media screen and (min-width: 64em) {
- .custom-logo-link,
- .site-identity {
- display: table-cell;
- width: auto;
- }
- .site-branding {
- margin-right: auto;
- width: auto;
- }
- .site-primary-wrapper {
- margin: unset;
- }
- .site-header-main {
- text-align: left;
- }
- }
- @media screen and (min-width: 85.375em) {
- .site-title {
- font-size: 28px;
- font-size: 1.75rem;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment