douglasnobrega #1

Merged
Douglas-Vinicius-Nobrega merged 14 commits from douglasnobrega into main 2022-10-13 00:11:14 +00:00
7 changed files with 7 additions and 1 deletions
Showing only changes of commit a756436ad1 - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

View File

@ -155,6 +155,12 @@ body {
}
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
.top-infocard, .top-cards {
display: flex;
flex-direction: column;
align-items: center;
}
}