[style] Center note top title.

This commit is contained in:
Sergio Martínez Portela 2022-08-23 21:30:26 +02:00
parent 2cbb4f60ad
commit 0bd897d62e

View File

@ -36,7 +36,11 @@ html, body {
} }
/* Headers */ /* Headers */
h1 { body > .node > h1 {
text-align: center;
}
.node .node h1 {
font-size: 150%; font-size: 150%;
} }