Skip to content

Commit 5c1d86c

Browse files
committed
adjusting top margin
1 parent 5525a25 commit 5c1d86c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.DS_Store

0 Bytes
Binary file not shown.

code/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ a:hover {
123123
}
124124

125125
.chart-container {
126-
margin-top: 350px;
126+
margin-top: 90vh;
127127
}
128128

129129
.chart {
@@ -136,6 +136,10 @@ a:hover {
136136
.projects {
137137
margin-left: 300px;
138138
}
139+
140+
.chart-container {
141+
margin-top: 80vh;
142+
}
139143
}
140144

141145
@media (min-width: 1200px) {

0 commit comments

Comments
 (0)