Skip to content

Commit 1491147

Browse files
committed
Update website
1 parent 4fd5d3a commit 1491147

File tree

3 files changed

+82
-28
lines changed

3 files changed

+82
-28
lines changed

assets/css/custom.css

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ body h2, body h3 {
3030
}
3131

3232
footer {
33+
padding-top: 2em;
3334
font-family: manropeRegular;
3435
font-size: 0.8em;
3536
}
@@ -73,6 +74,7 @@ footer h3 {
7374
}
7475

7576
.hero {
77+
margin-top: 2em;
7678
align-items: center;
7779
justify-content: center;
7880
}
@@ -120,12 +122,8 @@ footer h3 {
120122
max-height: 400px;
121123
}
122124

123-
.evento-row {
124-
display: flex;
125-
}
126-
127125
.evento-row div {
128-
text-align: center;
126+
padding-left: 2em;
129127
}
130128

131129
.evento-row div h1 {
@@ -195,6 +193,7 @@ footer h3 {
195193
background-color: var(--bege);
196194
padding-top: 3em;
197195
padding-bottom: 3em;
196+
margin-top: 1em;
198197
}
199198

200199
@media screen and (max-width: 1366px) {
@@ -211,8 +210,16 @@ footer h3 {
211210
margin-top: 0 !important;
212211
}
213212

213+
.evento-row {
214+
flex-direction: column;
215+
}
216+
217+
.evento-row div {
218+
padding-left: 0;
219+
}
220+
214221
.evento-row img {
215-
order: 2;
222+
display: none;
216223
}
217224

218225
.uk-button {

0 commit comments

Comments
 (0)