fix: responsiveness
This commit is contained in:
parent
f106c8c0f4
commit
2aea41da7a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
.service-list {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
|
||||
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
|
||||
grid-template-rows: repeat(4, auto);
|
||||
|
||||
& article {
|
||||
|
@ -52,7 +52,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (width < 1640px) {
|
||||
@media (width < 1423px) {
|
||||
.Services {
|
||||
& .service-list article:last-child {
|
||||
grid-column: 1/-1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue