Skip to content

Commit 6cdadce

Browse files
committed
adding style to new box
1 parent 3a301eb commit 6cdadce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scss/libguides/_library.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ $home-secondary-color: #1e988a;
176176
}
177177
}
178178
// image/caption overlay
179-
#s-lg-box-28870702 {
179+
#s-lg-box-28870702, s-lg-content-67166876 {
180180
position: relative;
181181
figcaption {
182182
position: absolute;
@@ -185,6 +185,9 @@ $home-secondary-color: #1e988a;
185185
padding: 0.5rem 1rem 0;
186186
width: 100%;
187187
text-align: right;
188+
height: 20%;
189+
display: flex;
190+
align-items: flex-end;
188191
}
189192
}
190193
// headings

0 commit comments

Comments
 (0)