Skip to content

Commit

Permalink
Adiciona scss
Browse files Browse the repository at this point in the history
  • Loading branch information
emmenezes committed Nov 17, 2024
1 parent 16c39cb commit b8b3463
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
width: 100%;
flex-direction: row;
flex-wrap: wrap;
gap: 2rem;
.column {
display: flex;
max-height: 310px;
Expand All @@ -23,6 +24,22 @@
overflow-y: auto;
.eventos-lista {
display: block;

.evento {
padding-bottom: 2rem;

h3 {
margin-bottom: 0.25rem;
}

p {
margin-bottom: 0.25rem;
}

.event-when {
font-style: italic;
}
}
}
}
}
Expand Down

0 comments on commit b8b3463

Please sign in to comment.