ar-poncho 2.0.246 → 2.0.248

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5281,6 +5281,13 @@ article h1.icon.aside {
5281
5281
  line-height: 15px;
5282
5282
  margin-top: 40px;
5283
5283
  }
5284
+ .content_format .credits cite {
5285
+ border-top: 1px solid #b4beba;
5286
+ padding-top: 16px;
5287
+ display: block;
5288
+ font-style: normal;
5289
+ font-size: 85%;
5290
+ }
5284
5291
 
5285
5292
  @media (min-width: 768px) {
5286
5293
  p {
@@ -6576,8 +6583,10 @@ figure img {
6576
6583
  }
6577
6584
  figure figcaption {
6578
6585
  color: #555;
6579
- margin-bottom: 24px;
6580
- text-align: center;
6586
+ margin-bottom: 48px;
6587
+ border-bottom: 1px solid #b4beba;
6588
+ padding-bottom: 16px;
6589
+ font-size: 85%;
6581
6590
  }
6582
6591
 
6583
6592
  blockquote {