mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-05-03 16:46:37 +00:00
deploy: fb67e6e2b5
This commit is contained in:
parent
cb52608a01
commit
832c97ff7b
269 changed files with 6904 additions and 6830 deletions
css
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue