Skip to content
Snippets Groups Projects

Yg orange 3374103: Need space between two articles.

Open Alok Singh requested to merge issue/yg_orange-3374103:yg_orange-3374103 into 8.x-1.x
4 files
+ 15
3
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 9
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,12 @@ body{
}
.fh5co-nav .left-menu{
width: 80%;
}
.region-content {
padding-top: 120px;
}
article {
border-bottom: 1px solid #eee;
padding-bottom: 15px;
margin-bottom: 25px;
}
\ No newline at end of file
Loading