Skip to content

Commit 4fa785a

Browse files
Adding margin bottom to the section restaurant in the App.scss file
1 parent 2954242 commit 4fa785a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/components/App/App.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
margin-top: 30%;
1818
}
1919

20+
.restaurant {
21+
margin-bottom: 20px;
22+
}
23+
2024
.footer {
2125
background-color: var(--color--paper);
2226
padding: var(--space--m);

0 commit comments

Comments
 (0)