let spaces controlled but alignt date to right

This commit is contained in:
jorge 2022-03-21 14:33:40 +01:00
parent ad3a744b31
commit 5293569f60
2 changed files with 2 additions and 2 deletions

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
}
}
}