mirror of
https://github.com/KevinMidboe/leifsopplevelser.git
synced 2025-10-29 09:40:21 +00:00
Thumbnails are 300 pixels and large screens get 1400px width to work with
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-evenly;
|
// justify-content: space-evenly;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -53,10 +53,11 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-height: 250px;
|
max-height: 300px;
|
||||||
max-width: 250px;
|
max-width: 300px;
|
||||||
|
width: 300px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin: 0 0.5rem;
|
margin: 0.6rem;
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
background-color: red;
|
background-color: red;
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ a {
|
|||||||
// max-width: unset;
|
// max-width: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1100px) {
|
@media screen and (min-width: 1400px) {
|
||||||
max-width: 1000px;
|
max-width: 1400px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user