| 1 | div#maintext { |
| 2 | padding-left: 5%; |
| 3 | padding-right: 5%; |
| 4 | padding-bottom: 15px; |
| 5 | } |
| 6 | |
| 7 | figure { |
| 8 | text-align: center; |
| 9 | } |
| 10 | |
| 11 | figure img { |
| 12 | width: 75%; |
| 13 | } |
| 14 | |
| 15 | @media screen and (max-width: 500px) { |
| 16 | figure img { |
| 17 | width: 95%; |
| 18 | width: 95%; |
| 19 | } |
| 20 | } |
| 21 | |
| 22 | @media screen and (min-width: 768px) { |
| 23 | figure img { |
| 24 | width: 60%; |
| 25 | width: 60%; |
| 26 | } |
| 27 | } |
| 28 | |
| 29 | @media screen and (min-width: 1024px) { |
| 30 | figure img { |
| 31 | width: 600px; |
| 32 | width: 500px; |
| 33 | } |
| 34 | } |
| 35 | |
| 36 | div.borderbottom { |
| 37 | border-bottom: 1px solid grey; |
| 38 | margin-bottom: 20px; |
| 39 | padding-bottom: 15px; |
| 40 | } |