diff --git a/css/eventos.css b/css/eventos.css index e2c49b0..fb3f288 100644 --- a/css/eventos.css +++ b/css/eventos.css @@ -1,30 +1,28 @@ @import url('./menu.css'); -body { + body { margin: 0; -} + } -h1 { + h1 { text-align: center; -} + } -.eventos-container { + .eventos-container { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100vw; -} - + } -footer { - position: fixed; - bottom: 50px; + footer { + padding-bottom: 50px; text-align: center; margin-inline: 20px; -} + } -.table-content { + .table-content { display: flex; justify-content: center; margin-top: 80px;