site

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

_pagination.scss (335B)


      1 .pagination {
      2   display: flex;
      3   justify-content: center;
      4 
      5   margin-top: 6rem;
      6   text-align: center;
      7   font-family: $font-family;
      8 
      9   li {
     10     display: inline;
     11     text-align: center;
     12     font-weight: 700;
     13     padding: 0 5px 0 5px;
     14 
     15     margin: 0;
     16     text-align: center;
     17     width: 2.2rem;
     18 
     19     a {
     20       font-weight: 300;
     21     }
     22   }
     23 }