Responsive advanced search
This commit is contained in:
parent
7afea880e5
commit
6e930af9f8
|
@ -52,7 +52,7 @@
|
||||||
max-height: 0;
|
max-height: 0;
|
||||||
|
|
||||||
&.show {
|
&.show {
|
||||||
max-height: 800px;
|
max-height: 1500px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -107,13 +107,18 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 800px) {
|
||||||
|
.results-header {
|
||||||
|
font-size: 15px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.entry {
|
.entry {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: auto;
|
height: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
&.video {
|
&.video {
|
||||||
.video-info-name {
|
.video-info-name,
|
||||||
|
.video-info-account {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue