pratikshrestha

Untitled

Sep 24th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.77 KB | None | 0 0
  1. .custom-logo-link,
  2. .site-identity {
  3.     display: block;
  4.     width: 100%;
  5. }
  6.  
  7. .site-header-main {
  8.     text-align: center;
  9. }
  10.  
  11. .site-primary-wrapper {
  12.     margin: 0 auto;
  13. }
  14.  
  15. .site-branding {
  16.     margin-right: unset;
  17.     width: 100%
  18. }
  19.  
  20. .site-title {
  21.     font-size: 16px;
  22.     font-size: 1rem;
  23. }
  24.  
  25. @media screen and (min-width: 64em) {
  26.     .custom-logo-link,
  27.     .site-identity {
  28.         display: table-cell;
  29.         width: auto;
  30.     }
  31.  
  32.     .site-branding {
  33.         margin-right: auto;
  34.         width: auto;
  35.     }
  36.  
  37.     .site-primary-wrapper {
  38.         margin: unset;
  39.     }
  40.  
  41.     .site-header-main {
  42.         text-align: left;
  43.     }
  44. }
  45.  
  46. @media screen and (min-width: 85.375em) {
  47.     .site-title {
  48.         font-size: 28px;
  49.         font-size: 1.75rem;
  50.     }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment