Skip to content

Commit

Permalink
fix last paragraph margin
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc23007 committed Nov 18, 2024
1 parent 9e8651e commit 3e4bee8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,16 @@ Nav {
}

//font

h1 {
font-size: 3.2em;
line-height: 1.1;
margin-top: 50px;
}

.card-body {
p {
&:last-child {
margin-bottom: 0;
}
}
}

0 comments on commit 3e4bee8

Please sign in to comment.