update style for static pages
This commit is contained in:
parent
ba8d0020f3
commit
18638f21b1
1 changed files with 8 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ header {
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
max-width: 500px;
|
max-width: 600px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-inline: auto;
|
margin-inline: auto;
|
||||||
}
|
}
|
||||||
|
|
@ -182,6 +182,13 @@ a {
|
||||||
|
|
||||||
.setup-header > h2 {
|
.setup-header > h2 {
|
||||||
margin-block-start: 20px;
|
margin-block-start: 20px;
|
||||||
|
padding: 0 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.setup-header > h2 {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.setup-header .header-title {
|
.setup-header .header-title {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue