Skip to content

Commit 44c53aa

Browse files
correct for padding on sizing of h2, h3
1 parent 0fc6bf1 commit 44c53aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/vocabulary.css

+3
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ main > aside.sidebar .attention a {
385385

386386
main h2 {
387387
width: 100%;
388+
box-sizing: border-box;
388389

389390
font-family: 'Roboto Condensed';
390391
font-style: normal;
@@ -394,6 +395,8 @@ main h2 {
394395
}
395396

396397
main h3 {
398+
box-sizing: border-box;
399+
397400
font-family: 'Roboto Condensed';
398401
font-style: normal;
399402
font-weight: 700;

0 commit comments

Comments
 (0)