Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

17 行
258 B

  1. // Sticky Footer solution
  2. body.sticky-footer {
  3. height: 100%;
  4. min-height: 100vh;
  5. display: flex;
  6. flex-direction: column;
  7. #page-wrapper {
  8. flex: 1 0 auto;
  9. }
  10. }
  11. #footer {
  12. color: #acb3c2;
  13. padding: 1rem $horiz-padding 0;
  14. text-align: center;
  15. }