Skip to content

Commit

Permalink
#remove-style-from-banner: removed banner-background style
Browse files Browse the repository at this point in the history
  • Loading branch information
matkovskyi committed Sep 7, 2022
1 parent c87ee74 commit 8b8a596
Showing 1 changed file with 5 additions and 9 deletions.
Expand Up @@ -32,6 +32,11 @@ body {
main {
.main-header {
margin-top: 55px;
margin-bottom: 30px;

@include respond-to(mobile-large) {
margin-bottom: 0;
}

h4 {
font-size: $text-size-50;
Expand All @@ -49,15 +54,6 @@ main {
}
}

.banner-background {
padding-top: 30px;

@include respond-to(mobile-large) {
padding-top: 0;
padding-bottom: 0;
}
}

@include respond-to(mobile-large) {
padding-top: 0;
margin-bottom: 0;
Expand Down

0 comments on commit 8b8a596

Please sign in to comment.