cannabinieri website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
205 B

3 years ago
  1. .container {
  2. font-family: 'Lato', sans-serif;
  3. display: flex;
  4. flex-direction: column;
  5. }
  6. h1, h2, h6 {
  7. margin: 2vh 0 2vh 2vw;
  8. }
  9. p {
  10. margin: 2vh 2vw 4vh 2vw;
  11. }
  12. h6 {
  13. font-size: 3vh;
  14. }