blob: 670e54928c56eb42fdb439672b3fb7aa76a40515 [file] [log] [blame]
Gunnar Mills7de38662018-07-18 13:01:48 -05001// Date Time SCSS
2
3.date-time__metadata-wrapper {
4 margin: 0;
5 padding: 0;
6}
7
8.date-time__metadata-block {
9 list-style-type: none;
10 width: 47%;
11 margin-bottom: 1.8em;
12 margin-right: .7em;
13 display: inline-block;
14 white-space: normal;
15 word-break: break-all;
16 @include mediaQuery(small) {
17 float: left;
18 }
19}