Better instances page responsive

This commit is contained in:
Chocobozzz 2019-11-06 10:47:02 +01:00
parent fd2a7c8bf7
commit a7b30ce45a
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 17 additions and 3 deletions

View file

@ -270,6 +270,7 @@
} }
.btn-group-toggle { .btn-group-toggle {
.btn { .btn {
display: flex; display: flex;
align-items: center; align-items: center;
@ -311,6 +312,12 @@
font-size: 15px; font-size: 15px;
} }
} }
.btn-group-toggle {
.btn {
padding: 0 8px;
}
}
} }
} }
} }

View file

@ -192,7 +192,6 @@ p > a {
.brand-title { .brand-title {
height: 26px; height: 26px;
margin-left: 5px;
} }
} }
} }

View file

@ -100,12 +100,20 @@
.block-with-image { .block-with-image {
flex-direction: column; flex-direction: column;
& > * {
margin-right: 0;
}
&.step-2 { &.step-2 {
flex-direction: column-reverse; flex-direction: column-reverse;
} }
img { & > div {
margin-bottom: 20px; img {
margin-bottom: 20px;
width: 100%;
height: auto;
}
} }
} }
} }