Skip to content
Snippets Groups Projects

Yg relic 3368208: Tags - need space from bottom, Add new comment need space from left.

Open Alok Singh requested to merge issue/yg_relic-3368208:yg_relic-3368208 into 8.x-1.x
2 files
+ 45
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 44
0
@@ -413,6 +413,7 @@ ul ul, ul ol, ol ul, ol ol {
#fh5co-header {
position: absolute;
width: 100%;
background: rgba(0, 0, 0, 0.5);
}
.user-logged-in #fh5co-header{
top: 110px;
@@ -1755,4 +1756,47 @@ img{
.fh5co-hero-text img{
height: 200px;
border-radius: 100px;
}
.region-content {
padding-right: 60px;
padding-left: 60px;
padding-top: 150px
}
@media (max-width: 767px) {
.region-content {
padding-right: 20px;
padding-left: 20px;
}
}
.node__submitted {
background: snow;
}
article {
margin-bottom: 20px;
border-bottom: 1px solid #eee;
padding-bottom: 15px;
}
.node-readmore a {
background-color: #08b1f7;
padding: 8px 16px;
border-radius: 4px;
color: #fff;
border: 1px solid transparent;
transition: box-shadow .3s;
}
.node-readmore {
margin-right: 15px;
}
.node-readmore a:hover {
background-color: #08b1f7;
color: #fff;
border: 1px solid transparent;
box-shadow: 0 0 0 1px #08b1f7;
}
ul.inline li {
padding-left: 0 !important;
}
.field--name-field-tags {
margin-bottom: 15px;
}
\ No newline at end of file
Loading