Skip to content

Commit 0e033d5

Browse files
authored
Merge pull request #28 from pythonNordeste/avaliacao
Atualização do website para seguir o figma
2 parents 5226817 + 1491147 commit 0e033d5

File tree

6 files changed

+186
-105
lines changed

6 files changed

+186
-105
lines changed

assets/css/custom.css

+40-8
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
}
@@ -96,8 +98,8 @@ footer h3 {
9698
}
9799

98100
.patrocinador-cobre {
99-
max-width: 60px;
100-
max-height: 60px;
101+
max-width: 75px;
102+
max-height: 75px;
101103
}
102104

103105
.patrocinador-bronze {
@@ -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 {
@@ -172,6 +170,32 @@ footer h3 {
172170
border-bottom: 0.25rem solid var(--preto_default);
173171
}
174172

173+
#patrocinadoras {
174+
padding-top: 3em;
175+
padding-bottom: 3em;
176+
}
177+
178+
#patrocinadoras div:not(:last-child) {
179+
margin-bottom: 2em;
180+
}
181+
182+
#patrocinadoras h4:not(:last-child) {
183+
margin-bottom: 1em;
184+
}
185+
186+
#patrocinio {
187+
background-color: var(--amarelo);
188+
padding-top: 3em;
189+
padding-bottom: 3em;
190+
}
191+
192+
#sobre {
193+
background-color: var(--bege);
194+
padding-top: 3em;
195+
padding-bottom: 3em;
196+
margin-top: 1em;
197+
}
198+
175199
@media screen and (max-width: 1366px) {
176200
body {
177201
font-size: 1.2em;
@@ -186,8 +210,16 @@ footer h3 {
186210
margin-top: 0 !important;
187211
}
188212

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

193225
.uk-button {

0 commit comments

Comments
 (0)