dfx-jekyll-mdl/_sass/_post.scss
Tony Tkacik c97cc68e61 baseline for dfx-mdl
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
2016-12-20 20:22:30 +01:00

47 lines
617 B
SCSS

.post {
.mdl-card__supporting-text {
padding: 16px;
width: auto;
}
}
// Styles for post
//
.post-ribbon {
width: 100%;
height: 40vh;
background-color: #DDDDDD;
flex-shrink: 0;
}
.post-main {
margin-top: -35vh;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
.post-container {
max-width: 960px;
width: calc(100% - 16px);
margin: 0 auto;
}
.post-section {
border-radius: 2px;
padding: 80px 56px;
margin-bottom: 80px;
h3 {
margin-top: 48px;
}
}
.post-content {
img {
width: 100%;
height: auto;
}
}
}