forked from M3-Academy/challenge-vtex-io
style: corrigindo estilo do Footer Credits
This commit is contained in:
parent
d5c14fa3e2
commit
ef4ccc9dca
@ -44,6 +44,12 @@
|
|||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: rgba(255, 255, 255, 0.45);
|
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 {
|
.container .wrapper .paragraph--footer {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
@ -37,6 +37,10 @@
|
|||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: rgba(255, 255, 255, 0.45);
|
color: rgba(255, 255, 255, 0.45);
|
||||||
|
white-space: nowrap;
|
||||||
|
@media (max-width: 768px) and (min-width: 375px) {
|
||||||
|
white-space: unset;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.paragraph--footer {
|
.paragraph--footer {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
Loading…
Reference in New Issue
Block a user