This commit is contained in:
McShelby 2023-12-03 18:26:41 +00:00
parent cb52608a01
commit 832c97ff7b
269 changed files with 6904 additions and 6830 deletions

View file

@ -344,10 +344,13 @@ dd {
}
#R-body img,
#R-body figure > figcaption > h4,
#R-body figure > figcaption > p,
#R-body .video-container {
display: block;
margin-left: auto;
margin-right: auto;
padding: 0;
text-align: center;
}
@ -376,6 +379,25 @@ dd {
vertical-align: bottom;
}
#R-body figure > figcaption{
margin: 0;
}
#R-body figure > figcaption > h4{
font-size: 1.0rem;
font-weight: 500;
margin: 0;
}
#R-body figure > figcaption > p{
font-size: .85rem;
font-weight: 300;
margin-top: .15rem;
}
#R-body figure > figcaption > h4 + p{
margin-top: 0;
}
#R-body-inner {
display: flex;
flex: auto;