| | |
| | | </script> |
| | | |
| | | <style scoped> |
| | | @media screen and (min-width: 1920px){ |
| | | html{ |
| | | .padHome{ |
| | | height: 100%; |
| | | overflow: auto; |
| | | } |
| | | /* @media screen and (min-width: 1200px){ |
| | | .padHome{ |
| | | font-size: 12px; |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | } |
| | | @media screen and (min-width: 1920px){ |
| | | html{ |
| | | font-size: 12px; |
| | | @media only screen and (min-width: 768px) and(max-width: 1199px) { |
| | | .padHome{ |
| | | font-size: 16px; |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | } |
| | | @media screen and (min-width: 1920px){ |
| | | html{ |
| | | font-size: 12px; |
| | | @media only screen and (max-width: 768px) { |
| | | .padHome{ |
| | | font-size: 16px; |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | } |
| | | .padHome{ |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | }*/ |
| | | |
| | | </style> |