Skip to content

Commit

Permalink
adiciona animação na pagina do metodo
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgimenez committed Sep 5, 2019
1 parent fef9b46 commit 9570a93
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
7 changes: 7 additions & 0 deletions assets/js/template-metodo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,12 @@ section.section-type-metodo {
background-position: center;
background-attachment: fixed;
}
@media screen and (max-width: 800px ) {
section.section-type-metodo#duvidas-frequentes {
background-position: top left;
}

}
section.section-type-metodo#duvidas-frequentes {
padding-top:50px;
padding-bottom: 50px;
Expand Down Expand Up @@ -795,6 +801,7 @@ section.section-type-metodo .content {
justify-items: center;
min-height: 100vh;
font-size: 16px;
word-break: break-word;
}
body.admin-bar section.section-type-metodo .content {
margin-top:33px;
Expand All @@ -803,18 +810,20 @@ section.section-type-metodo .content .content-itself{
display: block;
width:100%;
font-size: 1.1em;
word-break: break-word;
}
section.section-type-curso .content .content-itself{
display: block;
width:100%;
font-size: 1.1em;
word-break: break-all;
}
.section-type-curso .btn {
float: left;
border-radius: 30px;
padding: .75rem 1.25rem;
word-wrap: break-word;
word-break: break-all;
word-break: break-word;
max-width: 100%;
}

Expand Down
2 changes: 1 addition & 1 deletion template-metodo.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<h3 class="section-title col-md-1">
<?php the_title();?>
</h3><!-- .section-title col-md-2 -->
<div class="col-md-10 pull-right content">
<div class="col-md-10 pull-right content wow fadeInUp" data-wow-delay="850ms" data-wow-duration="1100ms">
<div class="content-itself">
<?php the_content();?>
</div><!-- .content-itself -->
Expand Down

0 comments on commit 9570a93

Please sign in to comment.