Compare commits

..

No commits in common. "d90e95fe2312d602e31a3a961f451c4e4a2138e2" and "ceeb0fd7d198975e938b7777117d3c9f240f7957" have entirely different histories.

3 changed files with 1 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@ -132,20 +132,6 @@
// #. 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,7 +240,6 @@ main {
padding: 0;
margin: 0;
font-size: $global-font-size*0.7;
overflow: visible;
}
@include breakpoint(medium){
font-size: $global-font-size*1;
@ -258,8 +257,6 @@ 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){