gitlink_help_center/src/theme/BlogListPage/styles.module.css

17 lines
251 B
CSS

.root {
max-width: var(--ifm-container-width);
margin: 2rem auto;
padding: 0 1rem;
}
.description {
line-height: 35px;
font-size: 1.2rem;
font-weight: normal;
}
@media screen and (min-width: 900px) {
.root {
margin-top: 5rem;
}
}