Add css rules and update openaireLibrary
This commit is contained in:
parent
b57fe6bf56
commit
6e363e678a
|
@ -1 +1 @@
|
|||
Subproject commit d635949909468cf3f1d8c33c91c2c54e6e62b45f
|
||||
Subproject commit 55f7167fb43c034d2ec00416e0c92fceb85899bb
|
|
@ -231,7 +231,6 @@
|
|||
}
|
||||
|
||||
.gateway-link-logo {
|
||||
/* max-width: 80px; */
|
||||
max-height: 50px;
|
||||
width: auto;
|
||||
margin-bottom: 10px;
|
||||
|
@ -243,14 +242,22 @@
|
|||
|
||||
.custom-list {
|
||||
list-style: none;
|
||||
columns: 2;
|
||||
-webkit-columns: 2;
|
||||
-moz-columns: 2;
|
||||
padding-left: 15px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.custom-list li {
|
||||
-webkit-column-break-inside: avoid;
|
||||
page-break-inside: avoid;
|
||||
break-inside: avoid;
|
||||
margin-bottom: 10px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.connect-image {
|
||||
max-height:100%;
|
||||
border-radius: 0 4px 4px 0;
|
||||
}
|
||||
|
||||
.border-top {
|
||||
border-top: 1px solid rgba(0,0,0,0.09);
|
||||
}
|
Loading…
Reference in New Issue