increased space between elements
This commit is contained in:
parent
cf56c8b912
commit
52836de96c
|
@ -314,10 +314,9 @@ div.project-researcher a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*span.project-btn*/
|
|
||||||
.views-field-view-node {
|
.views-field-view-node {
|
||||||
text-align: right;
|
margin-top: 1rem;
|
||||||
margin-bottom: 40px;
|
margin-bottom: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.views-col {
|
.views-col {
|
||||||
|
@ -332,6 +331,10 @@ div.project-researcher a {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.views-row.clearfix {
|
||||||
|
margin-bottom: 4rem;
|
||||||
|
}
|
||||||
|
|
||||||
#views-exposed-form-search-content-page-1 {
|
#views-exposed-form-search-content-page-1 {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue