_sass/includes/footer.scss in panthera-jekyll-1.0.4 vs _sass/includes/footer.scss in panthera-jekyll-1.1.0

- old
+ new

@@ -15,6 +15,20 @@ top: 50%; transform: translateY(-50%); padding: 0px 20px; } + &__copyright { + display: inline-block; + border-right: 1px solid #CCC; + padding-right: 10px; + margin-right: 10px; + } + + @media (min-width: pan-device(md)) { + &__copyright { + float: left; + border-right: none; + } + } + }