Skip to content

Commit

Permalink
mapa
Browse files Browse the repository at this point in the history
  • Loading branch information
biancarosa committed Sep 18, 2024
1 parent 31d1082 commit 040377e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
13 changes: 6 additions & 7 deletions theme/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ h2 {
display: grid;
padding: 1.5rem;
background-color: #02050e;
grid-template-columns: repeat(3, 1fr);
grid-template-columns: 40% 40% 20%;
}

.footer div {
Expand All @@ -243,23 +243,22 @@ h2 {
.footer__links li {
padding: 2em;
}
.footer__desc {
color: var(--text-color-light);
max-width: 50%;
}

.footer__social-list {
display: grid;
grid-template-columns: repeat(4, 1fr);
max-width: 200px;
max-width: 300px;
grid-template-columns: repeat(8, 1fr);
}

.footer__logo {
padding-bottom: 0.5rem;
}
.footer__desc {
color: var(--text-color-light);

font-size: smaller;
text-align: start;
max-width: 70%;
}

@media (max-width: 768px) {
Expand Down
7 changes: 4 additions & 3 deletions theme/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,11 @@ <h3>Apoio</h3>
<h2 class="text-light">Endereço do evento</h2>
<address class="footer__address__location">
<span>
<i class="fa-solid fa-location-dot"></i> <b> Centro de Convenções Bolsa do Rio</b> <br>
<i class="fa-solid fa-location-dot"></i> <b> Centro de Convenções Bolsa do Rio</b> <br/>
</span>
Edificio Bolsa do Rio, Praça Quinze de Novembro, 20 -
Centro, Rio de Janeiro - RJ, 20010-010, Brasil
<span class="no-wrap">Edificio Bolsa do Rio</span><br/>
<span class="no-wrap">Praça Quinze de Novembro, 20</span><br/>
<span class="no-wrap">Centro, Rio de Janeiro - RJ, 20010-010, Brasil</span>
</address>
</div>
<div class="footer__sitemap">
Expand Down

0 comments on commit 040377e

Please sign in to comment.