I need assistance with making my table fit inside its parent element on the locations page when the screen size is below 480px. I have a media query in my CSS that targets sizes between 250px and 780px, but for some reason, the table starts to overflow and go beyond its parent element at widths below 480px. Any help would be much appreciated.
Site:
Here's the HTML code:
<!DOCTYPE html>
<html lang="en">
<head>
<title>OKATOD</title>
<meta charset="utf-8" />
<!-- Insert stylesheet link here -->
<link rel="stylesheet" href="CSS2/locationsTheme.css" type="text/css" />
<meta name="viewport" content="width=device-width; maximum-scale=1; minimum-scale=1;" />
</head>
<!-- Body content goes here -->
Here's the CSS code:
/* CSS code goes here */