This repository has been archived on 2020-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
hugo-blog/assets/css/_about.scss

30 lines
303 B
SCSS

.page.about {
.content {
text-align: center;
}
ul {
padding-left: 0;
list-style: none;
}
article > p,
article > ul {
font-size: 1.1em;
}
article > p {
margin: 3rem;
}
li {
margin: 2rem 0;
}
h2 {
font-size: 2.2rem;
line-height: 2.6rem;
}
}