forked from M3-Academy/desafio-react-e-typescript
feat(footer): added link in tablet, mobile devices
This commit is contained in:
parent
33ae99810c
commit
2afdff5b59
@ -488,17 +488,21 @@
|
||||
.footer__network {
|
||||
width: 100%;
|
||||
& > a {
|
||||
display: none;
|
||||
display: block;
|
||||
|
||||
@media only screen and (min-width: 1025px) {
|
||||
display: block;
|
||||
font-size: var(--txt-normal);
|
||||
margin-top: 12px;
|
||||
|
||||
color: var(--clr-gray-800);
|
||||
font-size: var(--txt-normal);
|
||||
line-height: 16.41px;
|
||||
|
||||
&:hover {
|
||||
color: var(--clr-primary-blue-500);
|
||||
}
|
||||
color: var(--clr-gray-800);
|
||||
|
||||
&:hover {
|
||||
color: var(--clr-primary-blue-500);
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 2500px) {
|
||||
line-height: 32.81px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user