Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Changing Cards height with CSS

Javier PAug 25 2022

Hi All,
I would like to change the height of this cards.
Capture.JPGI have this:
Capture2.jpg
I have this class in the page Inline CSS:
.summary-cards h3 i {
opacity: 0.6;
}
.summary-cards h3 {
font-size: 2em;
font-weight: 600;
}
.summary-cards h3,
.summary-cards h4 {
line-height: normal;
}

How can I change it with css?

Thanks for the help!
Javier

This post has been answered by Javier P on Aug 27 2022
Jump to Answer
Comments
Post Details
Added on Aug 25 2022
14 comments
1,673 views