My content is nearly responsive on all screen sizes, but I'm having trouble getting the buttons to stack neatly in a column. Can anyone provide suggestions on how to fix this issue? You can view the current progress below. Thank you in advance for any assistance.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>New Layout for CW work</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="menu-buttons.css">
<link rel="stylesheet" href="dropdown-menu.css">
<style>
/* CSS styles */
</style>
</head>
<body>
<div class="header">
<a href="" class="logo"><img src="images/cw_logo.png"> </a>
<div class="header-right">
<a class="active" href="#home">Home</a>
<a href="<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0c69616d65604c69616d6560756379226f6361">[email protected]</a>"><a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="c0a5ada1a9ac80a5ada1a9acb9afb5eea3afad">[email protected]</a></a>
<a href="#about">
<p>1234567890</p>
</a>
<button class="button" onclick="goBack()">Go Back</button>
</div>
</div>
<div class="header-dropdown-menu">
<!-- Dropdown menu content -->
</div>
<div id="main">
<nav>image in here</nav>
<aside>image in here</aside>
<article>
<div class="row">
<div class="column">
<a class="menu-button" href="../Wood-Type/woodtype.html" role="button">Wood type</a>
<a class="menu-button" href="../Wood-Type/.html" role="button">Specification</a>
<a class="menu-button" href="../Wood-Type/.html" role="button">Pricing</a>
</div>
<div class="column">
<a class="menu-button" href="../news/news.html" role="button">News</a>
<a class="menu-button" href="../Wood-Type/.html" role="button">FAQ</a>
<a class="menu-button" href="../Wood-Type/index-wood-type.html" role="button">Images</a>
</div>
</div>
</article>
</div>
<footer>
Footer
</footer>
<!-- End of HTML -->
</body>
</html>