add custom css for about page
This commit is contained in:
parent
c230e9d126
commit
624c0c3006
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1,15 +1,5 @@
|
||||||
@import "mixins";
|
@import "mixins";
|
||||||
|
@import "about";
|
||||||
.page.about {
|
|
||||||
.content {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul {
|
|
||||||
padding-left: 0;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.navigation .navigation-title {
|
.navigation .navigation-title {
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
|
|
Reference in New Issue