mirror of
https://github.com/ivabus/www
synced 2024-11-22 22:55:05 +03:00
Font-size/line-height at xl screens
This commit is contained in:
parent
832235c293
commit
4f53a3fc68
2 changed files with 6 additions and 4 deletions
|
@ -142,8 +142,8 @@ mark{
|
||||||
background-image: url("/Images/x-large-grid-generative-art.png") !important;
|
background-image: url("/Images/x-large-grid-generative-art.png") !important;
|
||||||
background-attachment: scroll;
|
background-attachment: scroll;
|
||||||
background-position: top;
|
background-position: top;
|
||||||
background-repeat: repeat;
|
background-repeat: repeat-y;
|
||||||
background-size: cover;
|
background-size: cover !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lead-text-container{
|
.lead-text-container{
|
||||||
|
|
|
@ -18,8 +18,10 @@ h1,h2,h3,h4,h5,h6,p,.lead{
|
||||||
}
|
}
|
||||||
|
|
||||||
.impact{
|
.impact{
|
||||||
font-size: 5.022vw !important;
|
font-size: 7.812vw !important;
|
||||||
line-height: 4.520vw !important;
|
line-height: 8.3vw!important;
|
||||||
|
margin-top: 2vw !important;
|
||||||
|
margin-bottom: 1vw !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
|
|
Loading…
Reference in a new issue