Skip to content

Commit

Permalink
Fixed #165 -- Added CSS rules for column-container.
Browse files Browse the repository at this point in the history
Follow up to 21133bb.
  • Loading branch information
felixxm authored Jan 26, 2024
1 parent ff647b6 commit 7b00a11
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scss/trachacks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@ div.trac-content {
clear: both;
}

.column-container {
@include respond-min(768px) {
display: flex;
justify-content: space-between;
}
}

div.change {
overflow: hidden;
}
Expand Down

0 comments on commit 7b00a11

Please sign in to comment.