adaptation_style.css 617 B

1234567891011121314151617181920212223242526272829303132
  1. @media only screen and (max-width: 900px) {
  2. #bar-menu-button {
  3. display: inline;
  4. }
  5. :root {
  6. --title:40px;
  7. --h1: 30px;
  8. --h2: 20px;
  9. --normal: 14px;
  10. }
  11. #button-enter, .submit-connect {
  12. display: none;
  13. }
  14. #container {
  15. padding-top: 150px;
  16. margin-left: 5%;
  17. margin-right: 5%;
  18. }
  19. .main-page-ul ul li{
  20. line-height: 30px;
  21. font-size: 16px;
  22. }
  23. .main-page-ul ul li::before{
  24. font-size: 18px;
  25. }
  26. footer, header {
  27. margin-right: 5%;
  28. margin-left: 5%;
  29. width: 90%;
  30. }
  31. }