feature #1

Merged
emmanuelvitor merged 21 commits from feature into main 2022-10-14 00:56:36 +00:00
Showing only changes of commit 5c2294c9ae - Show all commits

View File

@ -254,12 +254,11 @@ li {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-around; justify-content: space-around;
width: 30%; margin: 0 38%;
margin: 0 auto;
} }
.icon-contact { .icon-contact {
padding: 0 10px; /* padding: 0 10px; */
width: 26px; width: 26px;
height: 26px; height: 26px;
} }
@ -381,6 +380,7 @@ li {
} }
.bottom-flex { .bottom-flex {
flex-direction: column-reverse; flex-direction: column-reverse;
width: 100%;
} }
/* FOOTER */ /* FOOTER */
footer { footer {