1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-06 09:20:43 +01:00

totp-col breaks at sm, not md

This commit is contained in:
Kyle Spearrin 2018-03-09 23:07:43 -05:00
parent 866954b180
commit d53f40002c

View File

@ -735,7 +735,7 @@ h1, h2, h3, h4, h5, h6 {
.totp-col { .totp-col {
margin: -10px 0 10px 0; margin: -10px 0 10px 0;
@media (min-width: @screen-md) { @media (min-width: @screen-sm) {
padding-top: 26px; padding-top: 26px;
margin: 0; margin: 0;
} }