feature/landingPage #1

Merged
cainamilech merged 14 commits from feature/landingPage into main 2022-10-12 22:14:24 +00:00
Showing only changes of commit c0556f5e40 - Show all commits

View File

@ -82,7 +82,6 @@ body {
.card{
width: 18%;
text-align: center;
background: #fff;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.23);
padding: 35px 26px 26px 26px;
}
@ -161,6 +160,15 @@ body {
width: 58%;
}
.cards{
flex-direction: column;
gap: 24px;
}
.card{
width: 84.54%;
}
}
/*DESKTOP*/