Skip to content

Commit

Permalink
Merge pull request #37 from italoh623/feature/responsivo
Browse files Browse the repository at this point in the history
Corrigindo margem
  • Loading branch information
italoh623 authored Mar 15, 2024
2 parents 01a8770 + cfb90a8 commit fe770fd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/Map/PopupMarker/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
overflow-y: scroll;

font-family: var(--sometypeMono-font);
color: var(--black-900);
color: #2F2012 !important;
font-weight: 500;
text-align: justify;
font-size: 1rem !important;
Expand Down
2 changes: 1 addition & 1 deletion src/components/SessionDisappearance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function SessionDisappearance() {
<p>De acordo com Bárbara, integrante do Coletivo Cine Rua PE, os cinemas de rua nasceram através do interesse da iniciativa privada.</p>
</section>

<section>
<section className={styles.margin}>
<Quote
description="-Destaca Bárbara."
quote="Cinemas de rua nasceram de forma privada, é por isso que tivemos tantos[...] Os cinemas que a gente conhece hoje, já associamos como uma responsabilidade do estado, ao patrimônio, das fundações de cultura, de acesso democrático, por que hoje ele está no espaço público, mas isso é uma coisa recente."
Expand Down
4 changes: 4 additions & 0 deletions src/components/SessionDisappearance/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@
color: #000000;
}

.margin {
margin-bottom: 60px;
}

@media (max-width: 768px) {
.container {
padding: 25px 40px;
Expand Down
3 changes: 2 additions & 1 deletion src/components/SessionMore/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.container {
position: relative;
top: -50px;

display: flex;
flex-direction: column;
Expand Down Expand Up @@ -53,6 +52,8 @@

background-color: #F3E8D5;
border: 0;

margin-bottom: 50px;
}

.findOutMore button:hover {
Expand Down
3 changes: 0 additions & 3 deletions src/components/SessionRevitalize/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
.container {
position: relative;
top: -50px;

padding: 50px 100px;
padding-bottom: 0px;

Expand Down

0 comments on commit fe770fd

Please sign in to comment.