lambert/rise.css: Difference between revisions
From Rise: The Vieneo Province
No edit summary |
No edit summary |
||
| Line 31: | Line 31: | ||
@media screen and (max-width: 767px) { | @media screen and (max-width: 767px) { | ||
.center { | |||
display:block; | |||
float:left; | |||
} | |||
.center .thumb | .center .thumb | ||
{width:40vw; height:40vw | {width:40vw; height:40vw;} | ||
} | } | ||
Revision as of 01:54, 28 March 2017
@import url('https://fonts.googleapis.com/css?family=Abel');
.body {
font-family: Abel, Arial, Helvetica, sans-serif;
}
.blockbreak {
font-size: inherit;
}
.image img {
display: block;
}
.contentcolumn .contentblock {
display: block;
padding:2% 10% 2% 10%;
}
.thumb.tright .thumbinner
{margin:0px;}
.center {
display: table-cell;
vertical-align: middle;
background-color: #fff;
}
.center .thumb .thumbinner
{margin:0px;}
.center .thumb
{width:auto;min-width:0px;}
@media screen and (max-width: 767px) {
.center {
display:block;
float:left;
}
.center .thumb
{width:40vw; height:40vw;}
}