Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2019
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. @media (max-width: 576px) {
  2. div.logo-greeting-text {
  3. display:none;
  4. }
  5.  
  6. .login-logo {
  7. margin: 10% 0 0 0;
  8. max-width: 100%;
  9. }
  10.  
  11. #loginFormButton a {
  12. display: block;
  13. text-align: center !important;
  14. }
  15.  
  16. #loginFormButton button {
  17. float: none !important;
  18. width: 100%;
  19. }
  20. }
  21.  
  22. @media (max-height: 576px) {
  23. div.logo-greeting-text {
  24. display:none;
  25. }
  26.  
  27. .login-logo {
  28. margin: 10% 0 0 0;
  29. max-width: 100%;
  30. }
  31.  
  32. #loginFormButton button {
  33. float: none !important;
  34. width: 100%;
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement