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