Skip to content

Commit 6d2c1a9

Browse files
committed
fixing top margin
1 parent 5c1d86c commit 6d2c1a9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

code/style.css

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

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

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

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

0 commit comments

Comments
 (0)