Add styles and update openaireLibrary
This commit is contained in:
parent
da797e05df
commit
7589dbe751
|
@ -1 +1 @@
|
|||
Subproject commit 9e1c4b6a89999d531e0a2fab8e9227eba95760d3
|
||||
Subproject commit 9318da43a3d0c5f450eaf8d6244968de4656e2af
|
|
@ -1 +1 @@
|
|||
Subproject commit 999d3833d3805534677aa741a3759e26e09b50f2
|
||||
Subproject commit 318c6560565a7a0da818385de27ebb430b22aea3
|
|
@ -237,10 +237,20 @@
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.relative {
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
.custom-height-130 {
|
||||
max-height: 130px;
|
||||
}
|
||||
|
||||
.custom-list {
|
||||
list-style: none;
|
||||
columns: 2;
|
||||
-webkit-columns: 2;
|
||||
-moz-columns: 2;
|
||||
}
|
||||
|
||||
.custom-list li {
|
||||
-webkit-column-break-inside: avoid;
|
||||
page-break-inside: avoid;
|
||||
break-inside: avoid;
|
||||
margin-bottom: 5px;
|
||||
}
|
Loading…
Reference in New Issue