Commit 2e31aaf47e9e74f149d15f0ae1d6c9cd9384383b

Authored by Eugeny Galkovskiy
1 parent d27a22ad

mobile styles and blocks

Showing 1 changed file with 5 additions and 3 deletions   Show diff stats
css/custom.css
... ... @@ -81,9 +81,6 @@ ul.list-style-none{
81 81  
82 82 /****/
83 83  
84   -.main-car-mobile h1, .main-car-mobile h2 {
85   - font-size: 7vw;
86   -}
87 84 .main-car-mobile ul, .main-car-mobile p{
88 85 font-weight:400!important;
89 86 font-size: 12px;
... ... @@ -92,6 +89,11 @@ ul.list-style-none{
92 89 margin-bottom: 5px;
93 90 }
94 91  
  92 +@media(max-width:515px){
  93 + .main-car-mobile h1, .main-car-mobile h2 {
  94 + font-size: 7vw;
  95 + }
  96 +}
95 97 @media(max-width:365px){
96 98 li.previous, li.next {font-size:3.5vw;}
97 99 }
... ...