Skip to content

Commit

Permalink
add sticky footer pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej044 committed Jun 26, 2023
1 parent d49fd59 commit 4a18b19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ html{

/* Mobile first */
body{
display: flex;
flex-direction: column;
min-height: 100vh;
background-color: var(--black);
font-family: SpaceGrotesk, sans-serif;
font-size: 1.6rem;
Expand Down Expand Up @@ -171,6 +174,7 @@ img{
/* end */
/* main */
.main{
flex: 1;
width: 100%;
padding: 1.6rem;
}
Expand Down

0 comments on commit 4a18b19

Please sign in to comment.