Skip to content

Commit

Permalink
Make header and footer padding consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
david-christiansen committed Jun 10, 2023
1 parent 1711a4f commit 80b962b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions message-index/css/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ table tbody td {
padding: 5px;
}

footer {
padding: 0 2%;
}

@media (max-width: 319px) {
footer {
text-align: center;
Expand Down

0 comments on commit 80b962b

Please sign in to comment.