We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfbec7 commit 19c9efeCopy full SHA for 19c9efe
_sass/components/_jumbotron.scss
@@ -49,11 +49,6 @@
49
@media (max-width: $breakpoint-m) {
50
margin-right: 5%;
51
}
52
- .main-logo {
53
- height: calc(100% - 20px);
54
- margin-top: 10px;
55
- padding-left: 20px;
56
- }
57
.fade-in.one {
58
-webkit-animation-delay: 0.3s;
59
-moz-animation-delay: 0.3s;
@@ -78,6 +73,11 @@
78
73
img {
79
74
margin: 0 auto;
80
75
vertical-align: middle;
76
+ &.main-logo {
77
+ height: calc(100% - 20px);
+ margin-top: 10px;
+ padding-left: 20px;
+ }
81
82
83
0 commit comments