Skip to content

Commit

Permalink
fix: correct footer layout on desktop blog page
Browse files Browse the repository at this point in the history
  • Loading branch information
peterprototypes committed Sep 29, 2023
1 parent b49e7d2 commit ff21eba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ main {
display: flex;
flex-direction: column;
margin-left: 30px;
flex-grow: 1;
max-width: 205px;
/* padding-bottom: 30px; */
}

Expand Down Expand Up @@ -359,6 +357,7 @@ main {

.index-page .contact-info {
margin: 20px 0 0 0;
max-width: 205px;
}
}

Expand Down

0 comments on commit ff21eba

Please sign in to comment.