Merge pull request 'make lines 100% screen width in collections view' (#68) from develop into main

Reviewed-on: #68
This commit is contained in:
jorge 2022-05-03 10:35:16 +02:00
commit d90e95fe23
3 changed files with 18 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -132,6 +132,20 @@
// #. Page
// ------------------
// -- accordion collections
//.collections-list {
// main article {
// overflow: visible !important;
// }
// .accordion-item {
// margin-left: -10rem;
// padding-left: 10rem;
// margin-right: -10rem;
// padding-right: 10rem;
// }
//}
// -- submenus
.omekas-entry-content {
.sub-menu.wide {

View File

@ -240,6 +240,7 @@ main {
padding: 0;
margin: 0;
font-size: $global-font-size*0.7;
overflow: visible;
}
@include breakpoint(medium){
font-size: $global-font-size*1;
@ -257,6 +258,8 @@ main {
// accordion for colletions list
.accordion-item {
margin: 0 -5rem;//make lines screen width in collections view
padding: 0 5rem;
&.title {
.accordion-title {
@include breakpoint(small){