17 lines
225 B
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;
|
|
|
|
} |