lambert/rise.css: Difference between revisions
From Rise: The Vieneo Province
No edit summary |
No edit summary |
||
| Line 37: | Line 37: | ||
@media screen and (max-width: 767px) { | @media screen and (max-width: 767px) { | ||
.blockbreak h2 | |||
{padding:5%; margin:0px; font-size:2em;} | |||
.blockbreak h2.title | .blockbreak h2.title | ||
{ | {margin-top:0px;} | ||
.center { | .center { | ||
display:block; | display:block; | ||
Revision as of 19:12, 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;}
.blockbreak
{padding:0px; margin:0px;}
.blockbreak h2
{padding:5%; margin:0px; font-size:4em;}
.blockbreak h2.title
{margin-top:10%;font-size:5em; font-weight:700;}
@media screen and (max-width: 767px) {
.blockbreak h2
{padding:5%; margin:0px; font-size:2em;}
.blockbreak h2.title
{margin-top:0px;}
.center {
display:block;
float:left;
width:50%;
}
.center .thumb .thumbinner {
margin: 0px;
height: 50vw;
vertical-align: middle;
display: table-cell;
}
}