ADD: optimize images
This commit is contained in:
parent
4d0615923d
commit
bd945e1ea9
91 changed files with 48 additions and 266 deletions
|
@ -29,6 +29,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (width <= 430px) {
|
||||
.Intro {
|
||||
.intro-img{
|
||||
width: 430px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (width < 900px) {
|
||||
.Intro {
|
||||
grid-template-columns: 1fr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue