Skip to content

Commit 568eb2b

Browse files
Merge pull request #1547 from ASU/UDS-2015
UDS-2015: Image With Caption: text size too small, below minimum standards required size
2 parents be0ce11 + 6d80be8 commit 568eb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/unity-bootstrap-theme/src/scss/extends/_images.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
opacity: 1;
4444
background: $uds-color-background-white 0% 0% no-repeat padding-box;
4545
padding: 2rem;
46-
font-size: $uds-size-font-tiny;
46+
font-size: $uds-size-font-medium;
4747
h3, .h3 {
4848
color: $uds-color-base-gray-7;
4949
margin: 0 0 1rem 0;

0 commit comments

Comments
 (0)