Footer ajustments on link color.

This commit is contained in:
mateuswetah 2019-03-25 17:08:54 -03:00
parent b98348ba14
commit 34ec6c51c2
1 changed files with 9 additions and 5 deletions

View File

@ -28,12 +28,15 @@ footer{
.tainacan-footer-info { .tainacan-footer-info {
@media only screen and (max-width: 768px){ @media only screen and (max-width: 768px){
margin: 0 calc(4.16666666667% * 1); margin: 0 calc(4.16666666667% * 1);
argin: 0 calc(4.16666666667vw * 1);
} }
@media only screen and (max-width: 991px){ @media only screen and (max-width: 991px){
margin: 0 calc(4.16666666667% * 2); margin: 0 calc(4.16666666667% * 2);
margin: 0 calc(4.16666666667vw * 2);
} }
@media only screen and (min-width: 992px){ @media only screen and (min-width: 992px){
margin: 0 calc(4.16666666667% * 3); margin: 0 calc(4.16666666667% * 3);
margin: 0 calc(4.16666666667vw * 3);
} }
.tainacan-footer-info--blog { .tainacan-footer-info--blog {
font: { font: {
@ -47,12 +50,13 @@ footer{
.tainacan-powered { .tainacan-powered {
font-size: 0.875rem; font-size: 0.875rem;
font-weight: 400; font-weight: 400;
color: #44638e; color: #cbcbcb;
a { a {
color: #44638e; color: white;
&:hover { &:hover {
color: #44638e; color: white;
text-decoration: none; text-decoration: underline;
} }
} }
} }