forked from nutomic/joinpeertube
Better instances page responsive
This commit is contained in:
parent
fd2a7c8bf7
commit
a7b30ce45a
3 changed files with 17 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -192,7 +192,6 @@ p > a {
|
|||
|
||||
.brand-title {
|
||||
height: 26px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue