squish buttons together a bit more on tablet

This commit is contained in:
Matthew Taylor 2017-11-13 07:45:22 -05:00
parent 351b3bb6e7
commit b48da92b9d
2 changed files with 10 additions and 0 deletions

View file

@ -9,3 +9,9 @@
/* Prevent any user actions */
pointer-events: none;
}
@media only screen and (max-width: 1095px) {
.input-group + .input-group {
margin-left: calc(2 * $grid-unit);
}
}

View file

@ -148,4 +148,8 @@ $border-radius: 0.25rem;
flex-direction: column;
justify-content: flex-start;
}
.mod-dashed-border {
padding-right: calc(2 * $grid-unit);
}
}