We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfe10f1 + eefe6e6 commit 2405ca0Copy full SHA for 2405ca0
1 file changed
projects/behave/resources/public/css/app-style.css
@@ -52,6 +52,13 @@ body {
52
/* -- End App -- */
53
54
/* -- Page -- */
55
+
56
+.page {
57
+ display: flex;
58
+ flex-direction: column;
59
+ min-height: 100vh;
60
+}
61
62
.page__top {
63
border-spacing: 0px;
64
position: fixed;
@@ -72,8 +79,9 @@ body {
72
79
73
80
.page__main {
74
81
display: flex;
82
+ flex: 1;
75
83
height: 825px;
76
- padding: 170px 0px 0px;
84
+ padding: 170px 0px 50px;
77
85
}
78
86
87
.page__footer {
0 commit comments