site

personal website, served at mordaunt.dev/site
Log | Files | Refs

_footer.scss (221B)


      1 .footer {
      2   width: 100%;
      3   text-align: center;
      4   font-size: 1.6rem;
      5   line-height: 2rem;
      6   margin-bottom: 1rem;
      7   @media only screen and (max-width: 768px) {
      8     font-size: 1.5rem;
      9   }
     10   a {
     11     color: $link-color;
     12   }
     13 }