Skip to content

Commit

Permalink
Merge pull request #127 from drupalpune/DCP-00-fixes
Browse files Browse the repository at this point in the history
Footer minor fixes.
  • Loading branch information
dipakmdhrm authored Jul 21, 2023
2 parents 425bd79 + fb4e67a commit 654b039
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docroot/themes/custom/camp/scss/Components/Footer/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
@include mobile{
width: 100%;
}
.field--name-field-title-heading {
margin: 0;
}

}
ul{
Expand All @@ -24,10 +27,18 @@
}
@include mobile{
width: 100%;
> div, nav {
padding-left: 15px;
padding-right: 15px;
}
}
}
footer.page-footer-section{
padding: 64px 60px 48px 60px;
@include mobile{
padding-left: 20px;
padding-right: 20px;
}
h2.foot1-head{
font-family: $primaryFont;
font-size: 42px;
Expand Down

0 comments on commit 654b039

Please sign in to comment.