Skip to content
Snippets Groups Projects
Commit cf623526 authored by Chris Lawton's avatar Chris Lawton
Browse files

tighten up spacing for grids in the comments wrapper

parent 346d92c9
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,16 @@
grid-gap: 10px; // sass-lint:disable-line no-misspelled-properties
grid-template-columns: 100px 100px;
}
.wrapper--comments & {
max-width: 600px;
margin-bottom: 0;
grid-template-columns: 1fr 1fr 1fr;
}
+ br {
display: none;
}
}
&--proposal-info {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment