5e32d3cd by Jeff Balicki

eee

1 parent 138d9051
...@@ -374,6 +374,12 @@ td, th { ...@@ -374,6 +374,12 @@ td, th {
374 span.number-big{ 374 span.number-big{
375 font-size: 182px; 375 font-size: 182px;
376 } 376 }
377 @media (max-width: 1300px) {
378 span.number-big{
379 line-height: 120px;
380 font-size: 130px;
381 }
382 }
377 </style> 383 </style>
378 384
379 385
......