fix/issue53-backgrond-collections #54

Merged
jorge merged 13 commits from fix/issue53-backgrond-collections into main 2022-03-22 10:28:50 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5293569f60 - Show all commits

File diff suppressed because one or more lines are too long

View File

@ -247,7 +247,6 @@ main {
}
.accordion-title {
ul,ol{
justify-content: space-between;
}
@include breakpoint(small){
li {
@ -272,6 +271,7 @@ main {
}
&.date {
@include xy-cell(shrink);
margin-left: auto; //aligns to right
}
}
}