This commit is contained in:
2022-01-11 14:13:56 +01:00
parent 7a7f0ed1c7
commit d2cb8a68c8
3 changed files with 9 additions and 6 deletions
@@ -76,9 +76,12 @@
display: flex;
flex-direction: row;
justify-content: flex-start;
&:not(:last-child):after{
padding-right: 1rem;
content: "|";
.field__item:not(:last-of-type){
::after{
padding-left: 1rem;
content: "|";
}
}
time{
font-size: 0.9rem;