Discofy/src/app/view-evento/view-evento.page.scss

17 lines
225 B
SCSS

.eventoHeader{
font-weight: bold;
}
.eventoDesc{
color: white;
margin-top: 20px;
}
.evento{
display: block;
max-width: 800px;
max-height: auto;
margin: auto;
text-align: justify;
}