File tree Expand file tree Collapse file tree 3 files changed +82
-28
lines changed Expand file tree Collapse file tree 3 files changed +82
-28
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ body h2, body h3 {
30
30
}
31
31
32
32
footer {
33
+ padding-top : 2em ;
33
34
font-family : manropeRegular;
34
35
font-size : 0.8em ;
35
36
}
@@ -73,6 +74,7 @@ footer h3 {
73
74
}
74
75
75
76
.hero {
77
+ margin-top : 2em ;
76
78
align-items : center;
77
79
justify-content : center;
78
80
}
@@ -120,12 +122,8 @@ footer h3 {
120
122
max-height : 400px ;
121
123
}
122
124
123
- .evento-row {
124
- display : flex;
125
- }
126
-
127
125
.evento-row div {
128
- text-align : center ;
126
+ padding-left : 2 em ;
129
127
}
130
128
131
129
.evento-row div h1 {
@@ -195,6 +193,7 @@ footer h3 {
195
193
background-color : var (--bege );
196
194
padding-top : 3em ;
197
195
padding-bottom : 3em ;
196
+ margin-top : 1em ;
198
197
}
199
198
200
199
@media screen and (max-width : 1366px ) {
@@ -211,8 +210,16 @@ footer h3 {
211
210
margin-top : 0 !important ;
212
211
}
213
212
213
+ .evento-row {
214
+ flex-direction : column;
215
+ }
216
+
217
+ .evento-row div {
218
+ padding-left : 0 ;
219
+ }
220
+
214
221
.evento-row img {
215
- order : 2 ;
222
+ display : none ;
216
223
}
217
224
218
225
.uk-button {
You can’t perform that action at this time.
0 commit comments