Entrega do Desafio #16

Merged
anacarolinaduartecavalcante merged 10 commits from develop into master 2023-02-09 19:45:19 +00:00
2 changed files with 10 additions and 0 deletions
Showing only changes of commit ef4ccc9dca - Show all commits

View File

@ -44,6 +44,12 @@
line-height: 20px;
text-align: center;
color: rgba(255, 255, 255, 0.45);
white-space: nowrap;
}
@media (max-width: 768px) and (min-width: 375px) {
.container .wrapper .paragraph {
white-space: unset;
}
}
.container .wrapper .paragraph--footer {
font-weight: 700;

View File

@ -37,6 +37,10 @@
line-height: 20px;
text-align: center;
color: rgba(255, 255, 255, 0.45);
white-space: nowrap;
@media (max-width: 768px) and (min-width: 375px) {
white-space: unset;
}
}
.paragraph--footer {
font-weight: 700;