In one of my school projects, I decided to incorporate Bootstrap 4. The layout I created consists of a carousel positioned alongside some text. However, the issue lies in the fact that the carousel on the right is responsive across various device widths except for mobile devices. While it adjusts perfectly on other devices, the carousel seems to be excessively large on mobile devices.
Any assistance in resolving this matter would be greatly appreciated!
Below is the code I have been working with:
<!DOCTYPE html>
... (code continues)
Furthermore, the CSS I have implemented is as follows:
h1 {
font-size: 65px;
}
... (CSS rules continue)