mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
More gentle font size in docs
This commit is contained in:
parent
1696036850
commit
073fd30992
20
website/css/bootstrap.css
vendored
20
website/css/bootstrap.css
vendored
@ -363,25 +363,25 @@ h1, h2, h3, h4, h5, h6,
|
||||
}
|
||||
|
||||
h1, .h1 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
h2, .h2 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h3, .h3 {
|
||||
font-size: 1.75rem;
|
||||
}
|
||||
|
||||
h4, .h4 {
|
||||
h2, .h2 {
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
h5, .h5 {
|
||||
h3, .h3 {
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
h4, .h4 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
h5, .h5 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
h6, .h6 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user