File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
prefix_finder/frontend/static/css Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,6 @@ code {
112
112
}
113
113
114
114
.footer {
115
- position : absolute;
116
- bottom : 0 ;
117
115
width : 100% ;
118
116
padding : 30px ;
119
117
background-color : rgba (0 , 0 , 0 , 0.7 );
@@ -1124,9 +1122,8 @@ fieldset {
1124
1122
1125
1123
.homepage {
1126
1124
text-align : center;
1127
- position : relative;
1128
- min-height : 100vh ;
1129
- height : auto;
1125
+ display : flex;
1126
+ flex-direction : column;
1130
1127
}
1131
1128
@media (min-width : 40em ) {
1132
1129
.homepage {
@@ -1135,6 +1132,7 @@ fieldset {
1135
1132
}
1136
1133
.homepage__logo {
1137
1134
max-width : 421px ;
1135
+ margin : 0 auto;
1138
1136
width : 80% ;
1139
1137
}
1140
1138
@media (max-width : 39.9375em ) {
@@ -1157,6 +1155,8 @@ fieldset {
1157
1155
.homepage__form {
1158
1156
max-width : 60% ;
1159
1157
margin : 0 auto;
1158
+ flex : 1 ;
1159
+ padding-bottom : 40px ;
1160
1160
}
1161
1161
.homepage__field {
1162
1162
display : block;
You can’t perform that action at this time.
0 commit comments