Skip to content
Snippets Groups Projects
Unverified Commit 9fe8a68e authored by hiroshisuga's avatar hiroshisuga Committed by GitHub
Browse files

Update styles.scss

parent 28a9b827
No related branches found
No related tags found
No related merge requests found
......@@ -90,14 +90,6 @@
display: grid;
grid-template-columns: repeat(var(--col-amount), 1fr);
> .pollButtonWrapper:nth-child(odd) {
grid-column: 1;
}
> .pollButtonWrapper:nth-child(even) {
grid-column: var(--col-amount);
}
@include mq($hasPhoneDimentions) {
grid-template-columns: repeat(1, 1fr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment