Mobile version v1

This commit is contained in:
2020-03-22 21:19:11 +01:00
parent 3072ae4387
commit 8e1ebdbd6c
9 changed files with 67 additions and 46 deletions

View File

@@ -35,29 +35,16 @@
div {
margin: 0;
&.edi_thought_date {
width: calc(50% - 1.5em);
}
&.edi_thought_date, &.edi_thought_time {
color: $gray-500;
font-style: italic;
line-height: 3em;
display: inline-block;
text-indent: 0;
& + .edi_thought_date {
text-align: right;
margin-right: 2px;
padding-top: 0;
width: calc(50% - 2px);
}
display: block;
}
&.edi_thought_time {
text-align: right;
margin-right: 2px;
width: 100%;
}
}