Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @value (font-up-4, sans-serif) from '@xo-union/tk-css-typography';
  2.  
  3. .title {
  4. composes: sans-serif font-up-4;
  5. padding-bottom: 18px;
  6. }
  7.  
  8. .logo {
  9. img {
  10. width: 100%;
  11. }
  12.  
  13. @media(max-width: 768px) {
  14. order: 1;
  15. padding-bottom: 20px;
  16. img {
  17. width: 50%;
  18. }
  19. }
  20. }
  21.  
  22. .info {
  23. @media(max-width: 768px) {
  24. order: 2;
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement