style: corrigindo estilo do Footer Credits

This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-02-09 16:44:00 -03:00
parent d5c14fa3e2
commit ef4ccc9dca
2 changed files with 10 additions and 0 deletions

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;