Skip to content

Commit

Permalink
Merge pull request #28 from pythonNordeste/avaliacao
Browse files Browse the repository at this point in the history
Atualização do website para seguir o figma
  • Loading branch information
itepifanio authored Apr 2, 2024
2 parents 5226817 + 1491147 commit 0e033d5
Show file tree
Hide file tree
Showing 6 changed files with 186 additions and 105 deletions.
48 changes: 40 additions & 8 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ body h2, body h3 {
}

footer {
padding-top: 2em;
font-family: manropeRegular;
font-size: 0.8em;
}
Expand Down Expand Up @@ -73,6 +74,7 @@ footer h3 {
}

.hero {
margin-top: 2em;
align-items: center;
justify-content: center;
}
Expand All @@ -96,8 +98,8 @@ footer h3 {
}

.patrocinador-cobre {
max-width: 60px;
max-height: 60px;
max-width: 75px;
max-height: 75px;
}

.patrocinador-bronze {
Expand All @@ -120,12 +122,8 @@ footer h3 {
max-height: 400px;
}

.evento-row {
display: flex;
}

.evento-row div {
text-align: center;
padding-left: 2em;
}

.evento-row div h1 {
Expand Down Expand Up @@ -172,6 +170,32 @@ footer h3 {
border-bottom: 0.25rem solid var(--preto_default);
}

#patrocinadoras {
padding-top: 3em;
padding-bottom: 3em;
}

#patrocinadoras div:not(:last-child) {
margin-bottom: 2em;
}

#patrocinadoras h4:not(:last-child) {
margin-bottom: 1em;
}

#patrocinio {
background-color: var(--amarelo);
padding-top: 3em;
padding-bottom: 3em;
}

#sobre {
background-color: var(--bege);
padding-top: 3em;
padding-bottom: 3em;
margin-top: 1em;
}

@media screen and (max-width: 1366px) {
body {
font-size: 1.2em;
Expand All @@ -186,8 +210,16 @@ footer h3 {
margin-top: 0 !important;
}

.evento-row {
flex-direction: column;
}

.evento-row div {
padding-left: 0;
}

.evento-row img {
order: 2;
display: none;
}

.uk-button {
Expand Down
Loading

0 comments on commit 0e033d5

Please sign in to comment.