aligned post data to title
This commit is contained in:
parent
5ce393d474
commit
59fe069930
|
@ -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{
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue