development #3

Merged
andreamatsunaga merged 16 commits from development into main 2022-10-12 13:59:04 +00:00
Showing only changes of commit 99c572e74a - Show all commits

View File

@ -5,12 +5,13 @@
box-sizing: border-box;
}
/* ----- VARIÁVEIS PADRÃO ----- */
body {
font-family: 'Inter', sans-serif;
color: #000000;
}
/* ----- HEADER ----- */
.page-header {
display: flex;
justify-content: center;
@ -22,10 +23,12 @@ body {
display: block;
}
/* ----- MAIN-BANNER ----- */
.main-banner {
width: 100%;
}
/* ----- TOP-INFOCARD ----- */
.top-infocard {
display: flex;
align-items: center;
@ -56,6 +59,7 @@ body {
font-size: 16px;
}
/* ----- TOP-CARDS ----- */
.top-cards {
display: grid;
grid-template-columns: repeat(3, max-content);
@ -86,6 +90,7 @@ body {
font-size: 16px;
}
/* ----- RESPONSIVIDADE -----*/
@media screen and (max-width: 414px) {
.main-banner-desktop {
display: none;