Advertisement
srikat

Untitled

Jan 20th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. html,
  2. body.fixed-footer,
  3. .site-container {
  4. height: 100%;
  5. }
  6.  
  7. .fixed-footer .site-container {
  8. display: -webkit-box;
  9. display: -ms-flexbox;
  10. display: flex;
  11. flex-direction: column;
  12.  
  13. -webkit-box-direction: normal;
  14. -webkit-box-orient: vertical;
  15. -ms-flex-direction: column;
  16. }
  17.  
  18. .fixed-footer .site-inner {
  19. width: 100%;
  20. }
  21.  
  22. .fixed-footer .site-footer {
  23. margin-top: auto;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement