-
Notifications
You must be signed in to change notification settings - Fork 8
/
eventos.html
53 lines (45 loc) · 966 Bytes
/
eventos.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
layout: default
title: "Eventos"
redirect_from: "calendario"
---
<!--=========================================================================-->
<style type="text/css">
section {
margin-top: 64px;
}
#eventos .card {
width: 75%;
min-height: 666px;
margin: 0 auto -1px auto;
padding: 20px 32px 16px 32px;
border-radius: 0;
}
@media screen and (max-width: 599px) {
section {
margin-top: 56px;
}
#eventos .card {
width: 100%;
margin: 0;
padding: 16px 32px 48px 32px;
}
}
p {
text-align: justify;
text-indent: 24px;
}
</style>
<!--=========================================================================-->
<section id="eventos">
<div class="card">
<!-- Eventos -->
<div>
<h4>Eventos</h4>
<p>
Nenhum evento marcado.
</p>
</div>
</div>
</section>
<!--=========================================================================-->