mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
9 lines
158 B
CSS
9 lines
158 B
CSS
div.col-md-9 h1:first-of-type {
|
|
text-align: center;
|
|
font-size: 60px;
|
|
font-weight: 300;
|
|
}
|
|
div.col-md-9 p:first-of-type {
|
|
text-align: center;
|
|
}
|