|
|
Line 375: |
Line 375: |
| width: 100%; | | width: 100%; |
| } | | } |
| + | /* - - - - - - - MEDIA QUERIES - - - - - - - */ |
| + | /* landscape tablets */ |
| + | @media only screen and (max-width: 992px) { |
| + | article aside { |
| + | display: inline-block; |
| + | float:right; |
| + | width: 59%; |
| + | padding: 2% 2% 0 2%; |
| + | font-size: 0.6em; |
| + | box-sizing: border-box; |
| + | } |
| + | } |
| + | /* larger phones, portrait tablets */ |
| + | @media only screen and (max-width: 786px) { |
| + | article aside { |
| + | width: 59%; |
| + | } |
| + | article ul>li { |
| + | width: 100%; |
| + | } |
| + | } |
| </style> | | </style> |
| <div class="team_grid"> | | <div class="team_grid"> |