Line 8: | Line 8: | ||
margin-right: auto; | margin-right: auto; | ||
} | } | ||
+ | |||
+ | |||
+ | @media screen and (max-width: 1079px){ | ||
+ | .bBox{ | ||
+ | width: 100%; | ||
+ | height: 500px; | ||
+ | } | ||
+ | .sbox{ | ||
+ | width: 100%; | ||
+ | height: 300px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | @media screen and (min-width: 1080px) { | ||
+ | .bBox{ | ||
+ | width: 100%; | ||
+ | height: 300px; | ||
+ | } | ||
+ | .sbox{ | ||
+ | width: 540px; | ||
+ | height: 200px; | ||
+ | float: left; | ||
+ | position: relative; | ||
+ | } | ||
+ | } | ||
+ | |||
.sbtitle{ | .sbtitle{ |
Revision as of 15:27, 29 September 2018