Skip to content

Commit

Permalink
retirando bloco de autor com as redes sociais e centralizando titulo …
Browse files Browse the repository at this point in the history
…e excerpt em singles-opiniao, issue #221
  • Loading branch information
barbaburns committed Aug 23, 2024
1 parent 0eff893 commit b3d634d
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
}

.content-author {
display: flex;
display: none;
flex-direction: column;
align-items: center;
border-top: 1px solid;
Expand Down Expand Up @@ -385,6 +385,17 @@
.post-content {
max-width: 970px;

header {
.title {
text-align: center;
}

.excerpt {
width: fit-content;
margin: auto;
}
}

@media(max-width:992px) {
margin: 50px 0;
width: 100%;
Expand Down Expand Up @@ -656,9 +667,6 @@
line-height: 145%;
}

.content-author {
display: none;
}
}

}
Expand Down

0 comments on commit b3d634d

Please sign in to comment.