Changed font-size in dl-dd-dt

This commit is contained in:
Eugene Serb 2022-07-25 14:53:56 +03:00
parent 7e58fe037a
commit bfba11d78c
2 changed files with 4 additions and 4 deletions

View File

@ -172,7 +172,7 @@ dl dd:last-child {
dt { dt {
margin-bottom: 4px; margin-bottom: 4px;
font-size: 16px; font-size: 18px;
font-weight: 500; font-weight: 500;
font-style: oblique; font-style: oblique;
} }
@ -180,7 +180,7 @@ dt {
dd { dd {
margin-bottom: 16px; margin-bottom: 16px;
padding-left: 16px; padding-left: 16px;
font-size: 14px; font-size: 16px;
font-weight: 300; font-weight: 300;
font-style: normal; font-style: normal;
} }

View File

@ -172,7 +172,7 @@ dl dd:last-child {
dt { dt {
margin-bottom: 4px; margin-bottom: 4px;
font-size: 16px; font-size: 18px;
font-weight: 500; font-weight: 500;
font-style: oblique; font-style: oblique;
} }
@ -180,7 +180,7 @@ dt {
dd { dd {
margin-bottom: 16px; margin-bottom: 16px;
padding-left: 16px; padding-left: 16px;
font-size: 14px; font-size: 16px;
font-weight: 300; font-weight: 300;
font-style: normal; font-style: normal;
} }