434
lần sửa đổi
(Không hiển thị 8 phiên bản của cùng người dùng ở giữa) | |||
Dòng 43: | Dòng 43: | ||
font-size: 120%; | font-size: 120%; | ||
display: block !important; | display: block !important; | ||
} | |||
.box h3 { | |||
display: block !important; | |||
margin: 0px !important; | |||
padding: 0px !important; | |||
} | } | ||
.box .box-content { | .box .box-content { | ||
Dòng 50: | Dòng 55: | ||
margin: 0px; | margin: 0px; | ||
} | } | ||
.box .box-content .thumbinner { | .box .box-content .thumbinner { | ||
width: 220px !important; | width: 220px !important; | ||
Dòng 71: | Dòng 67: | ||
} | } | ||
@media (min-width: 876px) and (max-width: 1140px) { | @media (min-width: 876px) and (max-width: 1140px) { | ||
.box .box-content . | .box .box-content .thumb { | ||
float: none !important; | float: none !important; | ||
width: calc(100% - 8px) !important; | width: calc(100% - 8px) !important; | ||
margin: 0 !important; | |||
} | |||
.box .box-content .thumb .thumbinner { | |||
width: 100% !important; | |||
text-align: center !important; | |||
} | } | ||
} | } | ||
Dòng 85: | Dòng 86: | ||
} | } | ||
@media (max-width: 480px) { | @media (max-width: 480px) { | ||
.box .box-content . | .box .box-content .thumb { | ||
float: none !important; | float: none !important; | ||
width: calc(100% - 8px) !important; | width: calc(100% - 8px) !important; | ||
margin: 0 !important; | |||
} | } | ||
.box .box-content .thumb .thumbinner { | |||
width: 100% !important; | |||
text-align: center !important; | |||
} | |||
} | } |