finalização da atividade

This commit is contained in:
Ana Carolina Duarte Cavalcante 2022-10-08 08:33:47 -03:00
parent 0c0564f7e2
commit 5abca70e67

View File

@ -97,18 +97,20 @@
.grid-one, .grid-two, .grid-three, .grid-four {
width: 432px;
height: 332px;
min-height: 332px;
height: 100%;
background: #FFFFFF;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
display: flex;
justify-content: center;
justify-content: space-around;
align-items: center;
flex-direction: column;
margin: auto;
padding: 32px;
}
.grid-one p, .grid-two p, .grid-three p, .grid-four p {
width: 367px;
height: 100%;
text-align: center;
margin-top: 14px;
}