Skip to content

Commit

Permalink
Merge pull request #21 from rochamrcs/main
Browse files Browse the repository at this point in the history
Retorando com a imagem Patrocinadores ao inves de usar texto, também …
  • Loading branch information
rochamrcs authored Sep 28, 2024
2 parents c7f0d43 + 19fde6f commit 7bf61cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions theme/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,11 @@ h2 {
max-width: 70%;
}

#patrocinio .img-section-title {
height: 30px;
}


@media (max-width: 768px) {
.footer__address,
.footer__social,
Expand All @@ -285,6 +290,10 @@ h2 {
text-align: center
}

#patrocinio .img-section-title {
height: 20px;
}

}


Expand Down Expand Up @@ -448,10 +457,6 @@ body,
height: 50px;
}

#patrocinio .img-section-title {
height: 30px;
}

.nowrap {
white-space: nowrap;
}
2 changes: 1 addition & 1 deletion theme/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1 class="text-center"><img class="img-section-title" src=".\theme\images\patro
</div>
<hr/>
<section class="container text-center scroll-to">
<h1 class="text-center gentileza">&lt;Patrocinadores&gt;</h1>
<h1 class="text-center"><img class="img-section-title" src=".\theme\images\patrocinadores.png" alt="Patrocinadores"/></h1>

<!-- <section class="diamante">
<h2>diamante</h2>
Expand Down

0 comments on commit 7bf61cb

Please sign in to comment.