Make images work for hight dpi screens

This commit is contained in:
Joe Hutchinson
2021-02-03 23:29:35 -05:00
parent 7b4c9a2133
commit 173e1e208e
5 changed files with 21 additions and 17 deletions

View File

@@ -57,7 +57,7 @@ p {
.nav-bar {
max-width: 60rem;
width: 100%;
padding: 0.4em 0;
padding: 0.6em 0;
display: flex;
justify-content: space-between;
align-items: center;