Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body{
- height: 100%;
- }
- .page-content {
- float: none;
- min-height: 300px;
- width: 100%;
- }
- .column_8 {
- background-color: rgba(8, 8, 8, 0.6);
- float: none;
- min-height: 100px;
- width: auto;
- }
- .column_9 {
- background-color: #1c1a1c;
- float: none;
- width: auto;
- }
- .column_10 {
- background-color: #ab4eab;
- float: none;
- height: 100%;
- width: auto;
- }
- .column_11 {
- background-color: #b051b0;
- float: none;
- min-height: 100px;
- width: auto;
- }
- .post-content-inner {
- height: 100%;
- width: 100%;
- }
- .post-list {
- min-height: 100px;
- padding-left: 15px;
- padding-right: 15px;
- width: 100%;
- }
- @media only screen and (min-width: 768px) {
- .row_6 {
- clear: both;
- min-height: 100%;
- }
- .content {
- height: 100%;
- }
- .page-content {
- height: 100%;
- width: 100%;
- }
- .column_8 {
- float: left;
- height: 100%;
- width: 25%;
- }
- .column_9 {
- float: left;
- height: 100%;
- width: 25%;
- }
- .column_10 {
- float: left;
- height: 100%;
- width: 25%;
- }
- .column_11 {
- float: left;
- height: 100%;
- width: 25%;
- }
- .row_8 {
- clear: both;
- width: auto;
- }
- .post-list {
- min-height: 100px;
- width: 100%;
- }
- }
- @media only screen and (min-width: 992px) {
- body{
- height: 100%;
- }
- .row_6 {
- clear: both;
- min-height: 100px;
- }
- .row_8 {
- clear: both;
- width: auto;
- }
- .column_8 {
- float: left;
- }
- .column_9 {
- float: left;
- }
- .column_10 {
- float: left;
- }
- .column_11 {
- float: left;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement