Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Logo Modules
  2. ***************************/
  3. .logo {
  4. overflow: hidden;
  5. display: inline-block;
  6. }
  7. .logo-primary {
  8. width: 64px;
  9. height: 64px;
  10. @include small-and-above {
  11.  
  12. }
  13. }
  14. .logo-primary img {
  15. height: 100%;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement