You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/website/pages/home/style.module.css

28 lines
288 B

.container {
composes: g-grid-container from global;
}
/*
* Use cases
*/
.useCases {
margin-bottom: 64px;
@media (--medium-up) {
margin-bottom: 128px;
}
}
/*
* Tutorials
*/
.tutorials {
margin-bottom: 64px;
@media (--medium-up) {
margin-bottom: 128px;
}
}