Skip to content
Snippets Groups Projects

Yg orange 3374105: Footer menu need to align with footer title.

Open Alok Singh requested to merge issue/yg_orange-3374105:yg_orange-3374105 into 8.x-1.x
4 files
+ 18
3
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 12
1
@@ -85,12 +85,12 @@ h1, h2, h3, h4, h5, h6, figure {
.fh5co-nav {
position: absolute;
top: 2em;
margin: 0;
padding: 0;
width: 100%;
padding: 40px 0;
z-index: 300;
background-color: #f36363;
}
@media screen and (max-width: 768px) {
.fh5co-nav {
@@ -1792,4 +1792,15 @@ body{
}
.fh5co-nav .left-menu{
width: 80%;
}
.region-content {
padding-top: 120px;
}
article {
border-bottom: 1px solid #eee;
padding-bottom: 15px;
margin-bottom: 25px;
}
#fh5co-footer ul.menu {
margin-left: 0;
}
\ No newline at end of file
Loading