Hello, I am trying to make the text fit inside the container border when the screen is minimized. It does display correctly when browser is fullscreen. This is the code I am using and the current result:
Custom CSS Code (Turbo Theme):
h3 {
color: #e44d93;
font-weight: bold;
}
p {
color: #e44d93;
}
.title {
color: #e44d93;
font-weight: bolder;
}
strong {
color: #3c3f4a;
}
.action_button {
color: #e44d93;
font-weight: bold;
border-block-color: #e44d93;
border-left-color: #e44d93;
border-right-color: #e44d93;
}
Minimized Browser:
Fullscreen Browser:
Thanks for the help everyone!


