github.com/ratanraj/packer@v1.3.2/website/source/assets/stylesheets/_footer.scss (about)

     1  #footer {
     2    padding-top: 50px;
     3  
     4    ul.footer-links {
     5      li {
     6        a {
     7          color: $footer-link-color;
     8          font-size: $footer-font-size;
     9          font-family: $font-family-open-sans;
    10          text-decoration: none;
    11  
    12          &:hover, &:focus, &:active {
    13            background-color: transparent;
    14            color: $footer-link-color-hover;
    15            outline: 0;
    16          }
    17  
    18          @media (max-width: 992px) {
    19            text-align: center;
    20          }
    21        }
    22      }
    23    }
    24  }