Line 25: | Line 25: | ||
margin-right: auto; | margin-right: auto; | ||
} | } | ||
+ | |||
+ | @media screen and (max-width: 1079px){ | ||
+ | .bBox{ | ||
+ | width: 100%; | ||
+ | height: 500px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (min-width: 1080px) { | ||
+ | .bBox{ | ||
+ | width: 100%; | ||
+ | height: 250px; | ||
+ | } | ||
+ | } | ||
Revision as of 16:00, 29 September 2018