mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:55:05 +03:00
xxl type adjustment
This commit is contained in:
parent
7d20b3268d
commit
cab9feccb4
1 changed files with 8 additions and 8 deletions
|
@ -72,10 +72,10 @@ a:hover{
|
|||
@media only screen and (min-width: 1200px) {
|
||||
|
||||
.impact{
|
||||
font-size: 6vw !important;
|
||||
line-height: 6.2vw!important;
|
||||
margin-top: 3.5vw !important;
|
||||
margin-bottom: 2.5vw !important;
|
||||
font-size: 4.5vw !important;
|
||||
line-height: 4.2vw!important;
|
||||
margin-top: 4.7vw !important;
|
||||
margin-bottom: 3.2vw !important;
|
||||
}
|
||||
|
||||
h1{
|
||||
|
@ -121,10 +121,10 @@ a:hover{
|
|||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||
|
||||
.impact{
|
||||
font-size: 7vw !important;
|
||||
line-height: 7.4vw!important;
|
||||
margin-top: .5vw !important;
|
||||
margin-bottom: 1.6vw !important;
|
||||
font-size: 5vw !important;
|
||||
line-height: 5vw!important;
|
||||
margin-top: 7vw !important;
|
||||
margin-bottom: 4.4vw !important;
|
||||
}
|
||||
|
||||
h1{
|
||||
|
|
Loading…
Reference in a new issue