Finished revision on desktop hero section grid

This commit is contained in:
Thomas Smith 2022-10-28 16:35:55 -04:00
parent 7c2667b7c4
commit 8945192cc6

View file

@ -132,7 +132,12 @@ mark{
.lead-text-container{ .lead-text-container{
border: 2px solid #949494; border: 2px solid #949494;
width: 41.853vw; width: 41.6vw;
display: flex;
justify-content: center;
align-items: center;
height: 12.556vw;
margin-top: 1vw;
} }
.hero-bottom{ .hero-bottom{
@ -220,7 +225,13 @@ mark{
.lead-text-container{ .lead-text-container{
border: 2px solid #949494; border: 2px solid #949494;
width: 50vw; width: 60vw;
display: flex;
justify-content: center;
align-items: center;
height: 15vw;
margin-top: 0.4vw;
margin-bottom: 1vw;
} }
.metric-block{ .metric-block{
@ -262,7 +273,13 @@ mark{
.lead-text-container{ .lead-text-container{
border: 2px solid #949494; border: 2px solid #949494;
width: 70.565vw; width: 70vw;
display: flex;
justify-content: center;
align-items: center;
height: 15vw;
margin-top: 1.1vw;
margin-bottom: 1vw;
} }
.metric-block{ .metric-block{
@ -304,6 +321,12 @@ mark{
.lead-text-container{ .lead-text-container{
border: 2px solid #949494; border: 2px solid #949494;
width: 100%; width: 100%;
display: flex;
justify-content: center;
align-items: center;
height: 20.2vw;
margin-top: 1.3vw;
margin-bottom: 2.5vw;
} }
.metric-block{ .metric-block{