let spaces controlled but alignt date to right
This commit is contained in:
parent
ad3a744b31
commit
5293569f60
File diff suppressed because one or more lines are too long
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue