Make Photos and Carousel slightly bigger on small screens
This commit is contained in:
@@ -60,10 +60,10 @@
|
||||
padding: 0;
|
||||
|
||||
@media (min-aspect-ratio: 16/8) {
|
||||
max-width: 960px;
|
||||
max-width: 976px;
|
||||
}
|
||||
@media (min-aspect-ratio: 16/10) {
|
||||
max-width: 1000px;
|
||||
max-width: 1024px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
max-width: 1424px;
|
||||
}
|
||||
@media (min-aspect-ratio: 16/10) {
|
||||
max-width: 68%;
|
||||
max-width: 70%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user