Advertisement
Stefan_Stanchev

Untitled

Mar 25th, 2023
627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.19 KB | None | 0 0
  1. html {
  2.   font-size: 14px;
  3. }
  4.  
  5. @media (min-width: 768px) {
  6.   html {
  7.     font-size: 16px;
  8.   }
  9. }
  10.  
  11. html {
  12.   position: relative;
  13.   min-height: 100%;
  14. }
  15.  
  16. body {
  17.   margin-bottom: 60px;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement