Loading...

Sandwiches

Browse The Best Sandwiches

A bold red wine, such as a Cabernet Sauvignon, would pair well with the richness of the beef and cheese in the patty melt. A dark beer, like a stout or porter, would also complement those flavors. For spirits, a whiskey or bourbon would be a good match for the savory dish.

From the Pub

:root { --navbar-height: {{ navbarHeight + 'px' }}; --navbar-fixed-height: {{ navbarFixedOffset + 'px' }}; --anchor-offset: {{ anchorOffset + 'px' }}; --scroll-y: {{ scrollY }}; } .sticky-top { top: var(--navbar-fixed-height); transition: top .35s; } :target { scroll-margin-top: var(--anchor-offset); } .pt-navbar-height { padding-top: var(--navbar-height) !important; }