xxxxxxxxxx
/* Styles for screens with maximum width of 767px (commonly used in mobile devices) */
@media only screen and (max-width: 767px) {
.mobile-element {
width: 100%; /* Set the width of the element to 100% for mobile devices */
}
}
xxxxxxxxxx
* main content without navbar links */ .full-height-with-banner-footer {
height: calc(100vh - 100px);
overflow-y: auto;
position: relative;
width: 100%;
}