|
@@ -569,7 +569,7 @@ article.result-images[data-vim-selected]::before {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 80em) {
|
|
|
|
|
|
+@media screen and (max-width: @tablet) {
|
|
#main_preferences,
|
|
#main_preferences,
|
|
#main_about,
|
|
#main_about,
|
|
#main_stats {
|
|
#main_stats {
|
|
@@ -710,7 +710,7 @@ article.result-images[data-vim-selected]::before {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 50em) {
|
|
|
|
|
|
+@media screen and (max-width: @phone) {
|
|
#main_results div#results {
|
|
#main_results div#results {
|
|
grid-template-columns: 100%;
|
|
grid-template-columns: 100%;
|
|
margin: 2rem 0 0 0;
|
|
margin: 2rem 0 0 0;
|
|
@@ -767,7 +767,7 @@ article.result-images[data-vim-selected]::before {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 35em) {
|
|
|
|
|
|
+@media screen and (max-width: @small-phone) {
|
|
.result-videos {
|
|
.result-videos {
|
|
img.thumbnail {
|
|
img.thumbnail {
|
|
float: none !important;
|
|
float: none !important;
|