aligned post data to title

This commit is contained in:
Fabiano Alencar 2018-03-27 11:42:26 -03:00
parent 5ce393d474
commit 59fe069930
1 changed files with 21 additions and 10 deletions

View File

@ -1,5 +1,15 @@
article{
.tainacan-single-post{
padding: 0 1rem 0 2rem;
article{
header{
.header-meta{
@media screen {
@media (min-width: 768px){
margin-top: -16px;
margin-bottom: 3rem;
}
}
}
img{
max-width: 100%;
height: auto;
@ -13,4 +23,5 @@ article{
}
}
}
}
}