wf4/app/assets/css/services.css
webfussel aa962bd8db ADD: Contact page
Add contact page with socials
2025-05-28 08:11:50 +02:00

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;
}
}
}
}