Skip to content

Commit

Permalink
atualiza versao do tema single de opiniao
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolamonte committed Sep 5, 2024
1 parent 64865f8 commit e0fffca
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,20 +384,24 @@
}

.post-content {
max-width: 970px;
// margin: 0;
width: 100%;
max-width: 570px;
margin-left: 5.3rem;
@media(min-width: 1199px){
margin-left: 0;
}

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

@media(min-width: 769px) {
//margin: 50px 0;
max-width: 100%;
}
// @media(min-width: 769px) {
// //margin: 50px 0;
// max-width: 100%;
// }


p {
Expand Down Expand Up @@ -548,10 +552,10 @@

}

.post-content .tts_content_wrapper_1 {
max-width: 570px;
margin: auto;
}
// .post-content .tts_content_wrapper_1 {
// max-width: 570px;
// margin: auto;
// }
}

.post-footer {
Expand Down
2 changes: 1 addition & 1 deletion themes/midia-ninja-theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://hacklab.com.br/
Author: Hacklab
Author URI: https://hacklab.com.br/
Description: Tema base para desenvolvimento de novos sites.
Version: 1.1.44
Version: 1.1.45
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Expand Down

0 comments on commit e0fffca

Please sign in to comment.