Skip to content

Commit 19c9efe

Browse files
authored
Restore margin-top to jumbotron main art (#677)
1 parent 4cfbec7 commit 19c9efe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_sass/components/_jumbotron.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@
4949
@media (max-width: $breakpoint-m) {
5050
margin-right: 5%;
5151
}
52-
.main-logo {
53-
height: calc(100% - 20px);
54-
margin-top: 10px;
55-
padding-left: 20px;
56-
}
5752
.fade-in.one {
5853
-webkit-animation-delay: 0.3s;
5954
-moz-animation-delay: 0.3s;
@@ -78,6 +73,11 @@
7873
img {
7974
margin: 0 auto;
8075
vertical-align: middle;
76+
&.main-logo {
77+
height: calc(100% - 20px);
78+
margin-top: 10px;
79+
padding-left: 20px;
80+
}
8181
}
8282
}
8383
}

0 commit comments

Comments
 (0)