Skip to content

Commit

Permalink
Add min-height for footer
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymal committed Jun 28, 2024
1 parent 446f438 commit 9bfb656
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ a {
/* Footer */

.footer {
min-height: 30px;
padding: 10px 20px;
background: #1D2A4F no-repeat 0 0;
color: #FAFAE8;
Expand All @@ -96,6 +97,7 @@ a {

@media (max-width: 660px) {
.footer {
min-height: 0;
flex-flow: column-reverse;
gap: 0.25em;

Expand Down

0 comments on commit 9bfb656

Please sign in to comment.