Details page text size too small
Mixing Instructions overflow at 3/4 page width
`.details-container
{
display: grid;
grid-template-columns: repeat(5, 110px);
grid-template-rows: repeat(5, 110px);
grid-template-areas:
"img img img img img"
"title title title title title"
"glass glass mix mix mix"
"ingrD ingrD mix mix mix"
"ingrD ingrD mix mix mix";
width: 550px;
min-width: 550px;
height: 550px;
margin: auto;
background-color: black;
margin-bottom: 50px;
transition: all .25s ease-in-out;
}`
Details page text size too small
Mixing Instructions overflow at 3/4 page width
`.details-container
{
display: grid;
grid-template-columns: repeat(5, 110px);
grid-template-rows: repeat(5, 110px);
grid-template-areas:
"img img img img img"
"title title title title title"
"glass glass mix mix mix"
"ingrD ingrD mix mix mix"
"ingrD ingrD mix mix mix";
width: 550px;
min-width: 550px;
height: 550px;
margin: auto;
background-color: black;
margin-bottom: 50px;
transition: all .25s ease-in-out;
}`