add custom css for about page

This commit is contained in:
Ray Elliott 2020-02-19 21:42:08 +00:00
parent c230e9d126
commit 624c0c3006
2 changed files with 30 additions and 11 deletions

29
assets/css/_about.scss Normal file
View File

@ -0,0 +1,29 @@
.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;
}
}

View File

@ -1,15 +1,5 @@
@import "mixins";
.page.about {
.content {
text-align: center;
}
ul {
padding-left: 0;
list-style: none;
}
}
@import "about";
.navigation .navigation-title {
text-transform: none;