Skouter mortgage estimates. Web application with view written in PHP and Vue, but controller and models in Go.
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- // Sticky Footer solution
- body.sticky-footer {
- height: 100%;
- min-height: 100vh;
- display: flex;
- flex-direction: column;
-
- #page-wrapper {
- flex: 1 0 auto;
- }
- }
-
- #footer {
- color: #acb3c2;
- padding: 1rem $horiz-padding 0;
- text-align: center;
- }
|