Skip to content

Commit 8220b38

Browse files
authored
fix: add padding to section bottom (#398)
1 parent fd0a469 commit 8220b38

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/styles/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ img {
4848
width: 100%;
4949
}
5050

51+
section {
52+
padding: 0 0 2rem;
53+
}
54+
5155
footer {
5256
padding: 2rem 0;
5357
}

0 commit comments

Comments
 (0)