wordpress-menu #56

Merged
chris merged 49 commits from wordpress-menu into develop 2022-03-25 13:12:29 +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 { .accordion-title {
ul,ol{ ul,ol{
justify-content: space-between;
} }
@include breakpoint(small){ @include breakpoint(small){
li { li {
@ -272,6 +271,7 @@ main {
} }
&.date { &.date {
@include xy-cell(shrink); @include xy-cell(shrink);
margin-left: auto; //aligns to right
} }
} }
} }