Advertisement
Guest User

Untitled

a guest
Feb 12th, 2024
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. /* riga 121, sostituire */
  2. form {
  3. margin-bottom: 0px;
  4. }
  5.  
  6. /* riga 1311, sostituire */
  7. .bottom-quick-reply {
  8. text-align: center;
  9. }
  10.  
  11. /* riga 1325, sostituire */
  12. @media screen and (max-width: 992px) {
  13. .bottom-quick-reply {
  14. display:none;
  15. }
  16. }
  17.  
  18. @media screen and (max-width: 767px) {
  19. .fondo-flex {
  20. flex-direction: column;
  21. align-items: start !important;
  22. gap: 4px;
  23. }
  24.  
  25. .fondo-end-flex {
  26. flex-direction: column;
  27. gap: 4px;
  28. align-self: start !important;
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement