Skip to content

Commit

Permalink
correções na agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusgimenez committed Oct 8, 2019
1 parent d46724f commit 05fb9d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion archive-el_events.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
?>
<?php if ( $query->have_posts() ) : ?>
<h1 class="the-title">
<?php _e( 'Agenda - Proximos eventos', 'csem-theme' );?>
<?php _e( 'Agenda - Próximos eventos', 'csem-theme' );?>
</h1><!-- .the-title -->
<div class="col-md-12 agenda-container">
<?php while( $query->have_posts() ) : $query->the_post(); ?>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ body.home .hero-content-style1 h2.hero-large-text {
color:white;
clear: both;
text-align: left;
text-shadow: 1px 1px 9px rgba(150, 150, 150, 0.48);
text-shadow: 0px 1px 2px rgba(0, 0, 0, 1), 1px 2px 2px rgba(0, 0, 0, 1);
padding-left:10px;
min-height: 87px;
}
Expand Down

0 comments on commit 05fb9d0

Please sign in to comment.