You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By giving the step "header" a class, and giving that class a default font-size of 1.5em, we can change the size of the entire step information by giving .steps-segment a rem font-size. Also could declare default size for all steps by giving .steps a modifier class.
make sure to use bulma's size modifiers for default classes. (.is-small, .is-medium, .is-large)
The text was updated successfully, but these errors were encountered:
By giving the step "header" a class, and giving that class a default font-size of 1.5em, we can change the size of the entire step information by giving
.steps-segment
a rem font-size. Also could declare default size for all steps by giving.steps
a modifier class.make sure to use bulma's size modifiers for default classes. (
.is-small
,.is-medium
,.is-large
)The text was updated successfully, but these errors were encountered: