forked from nutomic/joinpeertube
Better responsive
This commit is contained in:
parent
012a2716cd
commit
1aa58efe18
5 changed files with 20 additions and 5 deletions
|
@ -127,7 +127,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tag {
|
.tag {
|
||||||
margin-top: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -167,7 +167,12 @@
|
||||||
|
|
||||||
.tags {
|
.tags {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
|
|
||||||
|
.tag {
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -129,7 +129,7 @@ p > a {
|
||||||
@media screen and (max-width: $small-screen) {
|
@media screen and (max-width: $small-screen) {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
min-width: unset !important;
|
min-width: unset !important;
|
||||||
padding: 0 5px !important;
|
padding: 5px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -240,6 +240,15 @@ p > a {
|
||||||
& + .bottom-two-columns {
|
& + .bottom-two-columns {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: $small-screen) {
|
||||||
|
width: 100%;
|
||||||
|
margin: 20px auto 0;
|
||||||
|
|
||||||
|
&.citation {
|
||||||
|
margin: 20px auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-link-wrapper {
|
.bottom-link-wrapper {
|
||||||
|
@ -320,9 +329,10 @@ p > a {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
min-width: 140px;
|
min-width: 140px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
height: 25px;
|
min-height: 25px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
text-align: center;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
|
|
|
@ -179,7 +179,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.image-block {
|
.image-block {
|
||||||
margin: 40px 0;
|
margin: 40px 0 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -449,7 +449,7 @@
|
||||||
.discover-instances {
|
.discover-instances {
|
||||||
min-width: 420px;
|
min-width: 420px;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
height: 50px;
|
min-height: 50px;
|
||||||
margin: 50px auto;
|
margin: 50px auto;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue