Open KMankowski opened 4 years ago
Ok sure i will work on it
@KMankowski so you want to get removed the descriptive text completely and only the heading should be?
Yep, but only on smaller screen sizes! Essentially, it should stay as is on larger screen sizes, but the descriptive text should be removed on smaller screen sizes. The most ideal way to do this would be to set the <p>
tag containing the descriptive text to display: none
on smaller screen sizes. You can find out more below:
This project follows the Bootstrap breakpoints: https://getbootstrap.com/docs/4.1/layout/overview/#responsive-breakpoints
Introduction to media queries: (updating things across screen sizes) https://www.w3schools.com/css/css3_mediaqueries.asp
How to remove HTML tags/elements on smaller screen sizes: https://stackoverflow.com/questions/17762354/remove-element-for-certain-screen-sizes
Using media queries, remove the descriptive text within boxes on smaller screen sizes. See below.