Parcourir la source

adjust figcaption responsive styling

tags/1.0.2
Alej il y a 3 ans
Parent
révision
57b9796312
1 fichiers modifiés avec 11 ajouts et 4 suppressions
  1. 11
    4
      vue-theme/src/pages/single.vue

+ 11
- 4
vue-theme/src/pages/single.vue Voir le fichier

274
         .wp-block-gallery
274
         .wp-block-gallery
275
             margin: 0 0 0.5em 0
275
             margin: 0 0 0.5em 0
276
             grid-gap: $ms--5
276
             grid-gap: $ms--5
277
-            
278
-            > .wp-block-image     
277
+            > .wp-block-image  
279
                 figcaption
278
                 figcaption
280
                     position: inherit
279
                     position: inherit
281
                     background: none
280
                     background: none
281
+                    font-size: $ms--1
282
                     color: $cia_black
282
                     color: $cia_black
283
-                    max-height: 5%
283
+                    max-height: 9%
284
                     overflow: visible 
284
                     overflow: visible 
285
                     padding: 0 
285
                     padding: 0 
286
-                    margin-bottom: $ms-0
286
+                    margin-bottom: 2.5em
287
+            figcaption
288
+                flex-direction: column
287
 
289
 
288
         /* iframe container 16:9 */
290
         /* iframe container 16:9 */
289
         [class^="iframe-container"]
291
         [class^="iframe-container"]
345
             flex-direction: row
347
             flex-direction: row
346
             .wp-block-embed, .is-type-video
348
             .wp-block-embed, .is-type-video
347
                 margin-bottom: $ms-9
349
                 margin-bottom: $ms-9
350
+            .wp-block-gallery
351
+                .wp-block-image  
352
+                    figcaption
353
+                        max-height: 5%
354
+                        margin-bottom: $ms-4            
348
 </style>
355
 </style>

Chargement…
Annuler
Enregistrer