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.

18 lines
206 B

3 years ago
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. height: 100%;
  5. /*overflow: hidden;*/
  6. }
  7. body .navigation {
  8. height: 5rem;
  9. }
  10. body .content {
  11. min-height: 80vh;
  12. }
  13. body .footer {
  14. max-height: 40vh;
  15. }