Hi Andy,
Here is suggestion for your issue.
1. Open the menu editing page > Link Type > Link CSS Style and add class: intro-height for the menu:
http://easycaptures.com/fs/uploaded/870/2833649956.png
2. Open the custom.css file in the templates/t3_bs3_blank/css and add the following CSS rule:
.intro-height .article-intro {
min-height: 360px;
}
Regards.