totp-col breaks at sm, not md
This commit is contained in:
parent
866954b180
commit
d53f40002c
|
@ -735,7 +735,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||
.totp-col {
|
||||
margin: -10px 0 10px 0;
|
||||
|
||||
@media (min-width: @screen-md) {
|
||||
@media (min-width: @screen-sm) {
|
||||
padding-top: 26px;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue