Browse Source

Remove footer styles

pull/180/head
dannylonglegs 7 years ago
parent
commit
e1d58a19c6
  1. 36
      assets/styles/layouts/_footer.scss

36
assets/styles/layouts/_footer.scss

@ -2,39 +2,3 @@
.footer__network {
--primary: --accent-fg;
}
.footer__pressbooks__social {
align-items: center;
display: flex;
margin: 0 1rem;
a {
margin: 0 0.25em;
> .icon--svg {
height: rem(32);
width: rem(32);
}
> .youtube-link{
height: 2.2em;
width: auto;
padding-bottom: .6em;
margin-right: .2em;
}
@media (min-width: $medium) {
> .icon--svg {
height: rem(24);
width: rem(24);
}
> .youtube-link{
height: 1.9em;
width: auto;
padding-bottom: .7em;
margin-right: .2em;
}
}
}
}

Loading…
Cancel
Save