mirror of
https://github.com/ivabus/www
synced 2024-11-10 12:05:16 +03:00
Type and grid for medium layout
This commit is contained in:
parent
2879bc6bb5
commit
7213eeaf64
|
@ -291,8 +291,8 @@ mark{
|
||||||
background-image: url("/Images/large-grid-generative-art.png") !important;
|
background-image: url("/Images/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 !important;
|
||||||
background-size: cover;
|
background-size: contain !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lead-text-container{
|
.lead-text-container{
|
||||||
|
|
|
@ -173,6 +173,13 @@ a:hover{
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
||||||
|
|
||||||
|
.impact{
|
||||||
|
font-size: 8.5vw !important;
|
||||||
|
line-height: 9.9vw!important;
|
||||||
|
margin-top: 4vw !important;
|
||||||
|
margin-bottom: 1.2vw !important;
|
||||||
|
}
|
||||||
|
|
||||||
h1{
|
h1{
|
||||||
font-size: 14vw;
|
font-size: 14vw;
|
||||||
line-height: 15vw;
|
line-height: 15vw;
|
||||||
|
|
Loading…
Reference in a new issue