Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Remove H1 from Mrg content area
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Bannykh committed Jul 18, 2017
1 parent 2c2c938 commit 406e3a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/app.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
@import 'partials/videos';
@import 'partials/progress-bar';
@import 'partials/tooltip';
@import 'partials/mrg';



Expand Down
5 changes: 5 additions & 0 deletions scss/partials/_mrg.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.mrg-content {
h1 {
display: none;
}
}

0 comments on commit 406e3a4

Please sign in to comment.