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

View file

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

View file

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