style(aio): added padding-left to h3 in _subsection.scss (#22431)

The h3 element is overflowing over its surrounding div element. Modified padding-left to align consistently with the remainder of div contents.

fixes: #22407

PR Close #22431
This commit is contained in:
haoRchen 2018-02-24 11:27:30 -05:00 committed by Alex Eagle
parent 82a791223c
commit 7e4c13f2de
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
.l-sub-section {
h1, h2, h3, h4, h5, h6 {
a {
padding-right: 24px;
padding-right: 64px;
margin-left: -74px;
}
}