Skip to content

Commit 82876f3

Browse files
authored
Merge pull request #139 from ccmdesign/133-button
[#133] Fix See List button
2 parents 09978d1 + 57ccbbc commit 82876f3

File tree

1 file changed

+5
-5
lines changed
  • prefix_finder/frontend/static/css

1 file changed

+5
-5
lines changed

prefix_finder/frontend/static/css/main.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ code {
112112
}
113113

114114
.footer {
115-
position: absolute;
116-
bottom: 0;
117115
width: 100%;
118116
padding: 30px;
119117
background-color: rgba(0, 0, 0, 0.7);
@@ -1124,9 +1122,8 @@ fieldset {
11241122

11251123
.homepage {
11261124
text-align: center;
1127-
position: relative;
1128-
min-height: 100vh;
1129-
height: auto;
1125+
display: flex;
1126+
flex-direction: column;
11301127
}
11311128
@media (min-width: 40em) {
11321129
.homepage {
@@ -1135,6 +1132,7 @@ fieldset {
11351132
}
11361133
.homepage__logo {
11371134
max-width: 421px;
1135+
margin: 0 auto;
11381136
width: 80%;
11391137
}
11401138
@media (max-width: 39.9375em) {
@@ -1157,6 +1155,8 @@ fieldset {
11571155
.homepage__form {
11581156
max-width: 60%;
11591157
margin: 0 auto;
1158+
flex: 1;
1159+
padding-bottom: 40px;
11601160
}
11611161
.homepage__field {
11621162
display: block;

0 commit comments

Comments
 (0)