mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:35:06 +03:00
Typography for medium screens
This commit is contained in:
parent
d912284690
commit
6f9c8da0ab
2 changed files with 3 additions and 3 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-y !important;
|
||||
background-size: contain !important;
|
||||
background-repeat: repeat !important;
|
||||
background-size: cover !important;
|
||||
}
|
||||
|
||||
.lead-text-container{
|
||||
|
|
|
@ -170,7 +170,7 @@ a:hover{
|
|||
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
||||
|
||||
.impact{
|
||||
font-size: 8.5vw !important;
|
||||
font-size: 5vw !important;
|
||||
line-height: 9.9vw!important;
|
||||
margin-top: 4vw !important;
|
||||
margin-bottom: 1.2vw !important;
|
||||
|
|
Loading…
Reference in a new issue