31 lines
541 B
CSS
Executable file
31 lines
541 B
CSS
Executable file
.Services {
|
|
& .network-list {
|
|
width: 100%;
|
|
overflow-x: auto;
|
|
padding-top: 4px;
|
|
|
|
& .scroll-container {
|
|
display: flex;
|
|
padding-bottom: 3rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (width < 1423px) {
|
|
.Services {
|
|
& .service-list article:last-child {
|
|
grid-column: 1/-1;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (width < 600px) {
|
|
.Services {
|
|
& .network-list {
|
|
--height: 380px;
|
|
& article {
|
|
flex-basis: 70vw;
|
|
}
|
|
}
|
|
}
|
|
}
|