Skip to content

Commit

Permalink
Merge pull request #52 from antistatique/fix/titles-footer
Browse files Browse the repository at this point in the history
Fix titles footer to not use h1
  • Loading branch information
StevenAvelino24 authored Jan 14, 2021
2 parents da4844d + c3b92a8 commit 9fcc9ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/sass/organisms/_footers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ footer.footer{
}
}

h1{
.newsletter-title{
font-size: 33px;
@media only screen and (max-width: $screen-xs-max) {
font-size: 25px;
Expand Down
2 changes: 1 addition & 1 deletion assets/sass/organisms/_social-boxs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

.content{
padding:35px 0;
h1{
.hmag-title{
font-size: 33px;
@media only screen and (max-width: $screen-xs-max) {
font-size: 25px;
Expand Down

0 comments on commit 9fcc9ca

Please sign in to comment.