Skip to content

Commit 7b00a11

Browse files
authored
Fixed #165 -- Added CSS rules for column-container.
Follow up to 21133bb.
1 parent ff647b6 commit 7b00a11

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scss/trachacks.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ div.trac-content {
111111
clear: both;
112112
}
113113

114+
.column-container {
115+
@include respond-min(768px) {
116+
display: flex;
117+
justify-content: space-between;
118+
}
119+
}
120+
114121
div.change {
115122
overflow: hidden;
116123
}

0 commit comments

Comments
 (0)