feat: services page
This commit is contained in:
7
components/ServicesList/ServicesList.module.css
Normal file
7
components/ServicesList/ServicesList.module.css
Normal file
@ -0,0 +1,7 @@
|
||||
.container {
|
||||
width: 400px;
|
||||
|
||||
@media (max-width: 48em) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user