mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #4317 from hashicorp/font-size
docs: smaller font-size in doc headers for readability with var names as titles
This commit is contained in:
commit
901552b521
@ -202,7 +202,9 @@ body.layout-intro{
|
||||
|
||||
h1{
|
||||
color: $purple;
|
||||
font-size: 36px;
|
||||
text-transform: uppercase;
|
||||
word-wrap: break-word;
|
||||
padding-bottom: 24px;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 24px;
|
||||
@ -219,7 +221,6 @@ body.layout-intro{
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 992px) {
|
||||
body.layout-docs,
|
||||
body.layout-inner,
|
||||
@ -280,6 +281,7 @@ body.layout-intro{
|
||||
|
||||
.bs-docs-section{
|
||||
h1{
|
||||
font-size: 32px;
|
||||
padding-top: 24px;
|
||||
border-top: 1px solid #eeeeee;
|
||||
}
|
||||
@ -293,7 +295,7 @@ body.layout-intro{
|
||||
}
|
||||
|
||||
h1{
|
||||
font-size: 32px;
|
||||
font-size: 28px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user