Improve header and paragraph spacing.
PiperOrigin-RevId: 458935896 Change-Id: Ibbd084ddd18cf9c1a5fe59b3ca60b715595cf606
This commit is contained in:
committed by
Copybara-Service
parent
3df3c95812
commit
5ba880506c
@@ -23,9 +23,15 @@ body {
|
||||
color: rgb(18, 54, 147);
|
||||
}
|
||||
|
||||
/* Adjust paragraph margins to make top and bottom of images more symmetric. */
|
||||
p {
|
||||
margin: 20px 0px 20px 0px;
|
||||
/* Decrease bottom margin of some headings for tighter vertical spacing. */
|
||||
.rst-content h2 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.rst-content h3 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.rst-content h4 {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
/* Paragraph margins don't apply to table cell contents. */
|
||||
|
||||
Reference in New Issue
Block a user