I have this problem in html and SCSS, the word goes out of the defined box becouse the Font-size Any way to solve it?
Here is my code
SCSS
.c-title { font-size: 60px !important; color: rgba(0,0,0,0.2); font-weight: 900; margin-bottom: 10px !important; height: 60px; }
HTML (I tried with h1, span, and div)
<div class="c-title">CPO</div>