Issue is described as thread title, I want to have slide-heading and slid-text fit inside the slide-content properly,
and I've tried so many code so many times, but maybe I am just not experienced enough lol, is there anyone can help me out? please
Solved! Go to the solution
This is an accepted solution.
Nvm, I figured it out by myself
.slide-heading { @include at-query ($max, $semilarge) { font-size:25px !important; } @include at-query ($max, $small) { display:block;}}
.slide-text p { @include at-query ($max, $semilarge) {font-size:18px !important; } @include at-query ($max, $small) { display:block;}}
User | Count |
---|---|
423 | |
208 | |
144 | |
56 | |
43 |