mirror of
https://github.com/ivabus/www
synced 2024-11-22 22:15:07 +03:00
Type and grid for medium layout
This commit is contained in:
parent
2879bc6bb5
commit
7213eeaf64
2 changed files with 9 additions and 2 deletions
|
@ -291,8 +291,8 @@ mark{
|
|||
background-image: url("/Images/large-grid-generative-art.png") !important;
|
||||
background-attachment: scroll;
|
||||
background-position: top;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
background-repeat: repeat-y !important;
|
||||
background-size: contain !important;
|
||||
}
|
||||
|
||||
.lead-text-container{
|
||||
|
|
|
@ -173,6 +173,13 @@ a:hover{
|
|||
|
||||
@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{
|
||||
font-size: 14vw;
|
||||
line-height: 15vw;
|
||||
|
|
Loading…
Reference in a new issue