mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:35:07 +03:00
Finished revision on desktop hero section grid
This commit is contained in:
parent
7c2667b7c4
commit
8945192cc6
1 changed files with 26 additions and 3 deletions
|
@ -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{
|
||||||
|
|
Loading…
Reference in a new issue