style photo highlights
This commit is contained in:
parent
744c623754
commit
a8243e8156
1 changed files with 16 additions and 2 deletions
|
@ -489,6 +489,7 @@ h2 {
|
|||
margin: auto;
|
||||
gap: 20px;
|
||||
place-items: center;
|
||||
max-width: 1100px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1100px) {
|
||||
|
@ -777,18 +778,23 @@ h2 {
|
|||
.showcase-image > img {
|
||||
flex-grow: 3;
|
||||
max-height: 20rem;
|
||||
max-width: 80vw;
|
||||
max-width: 100%;
|
||||
object-fit: scale-down;
|
||||
}
|
||||
|
||||
.showcase-container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
gap: 1rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1100px) {
|
||||
.showcase-container {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.tile-grid {
|
||||
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
|
||||
|
@ -828,6 +834,14 @@ h2 {
|
|||
margin: auto;
|
||||
}
|
||||
|
||||
.details-photo {
|
||||
max-width: 1100px;
|
||||
padding: 2rem 10%;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.details-contact {
|
||||
padding: 1rem;
|
||||
margin: auto;
|
||||
|
|
Loading…
Reference in a new issue