Skip to content

Commit 5f3d3c9

Browse files
committed
Extended component margins
This avoids info from being covered up
1 parent 7da8e76 commit 5f3d3c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
grid-template-columns: repeat(2, 1fr);
1111
gap: 20px;
1212
padding: 20px 20px;
13-
margin-top: 60px;
13+
margin-top: 100px;
1414
background-color: #ecf0f1;
1515
overflow-y: auto;
1616
}
@@ -49,7 +49,7 @@
4949
.sidebar {
5050
width: 100%;
5151
width: 200px;
52-
margin-top: 100px;
52+
margin-top: 140px;
5353
padding-top: 15%;
5454
background-color: #2c3e50;
5555
color: white;

0 commit comments

Comments
 (0)