March celebrates National Nutrition Month with the goal to inspire people to think about how the foods we eat can impact energy, mood and overall health. Making changes to your eating pattern can be intimidating, but small changes go a long way in improving health.
.outer-grid-container {
display: flex;
justify-content: center;
align-items: center;
height: 60vh;
width: 100%;
margin: 0;
padding: 0;
}
.iframe-wrapper {
width: 100%;
height: 100%;
overflow: hidden;
}
body #gform_wrapper_9 {
border-width: 0;
border-style: solid;
background-color: #466a64;
width: 95%;
padding-left: 20px;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(70,106,100,1);
margin: auto !important;
}
.gform_wrapper.gravity-theme * {
box-sizing: border-box;
text-align: center;
}
.gform_wrapper.gravity-theme .gfield.gfield–width-full {
-ms-grid-column-span: 12;
grid-column: span 12;
text-align: center;
}
.gform_wrapper.gravity-theme fieldset {
border: none;
display: block;
margin: auto;
}
.gfiframe {
border: none; /* Remove border */
width: 100%; /* Full width of the parent */
height: 100%; /* Full height of the parent */ }
@media (max-width: 768px) { /* This is typically the width for tablets. You might want to use 480px for mobile phones */
.outer-grid-container {
display: flex;
justify-content: center;
align-items: center;
height: 120vh;
width: 100%;
margin: 0;
padding: 0;
}
}