diff --git a/review.html b/review.html index f50ce186..16b6575f 100644 --- a/review.html +++ b/review.html @@ -135,9 +135,18 @@ background-color: #2b2b3c; padding: 15px; display: flex; + align-items: center; justify-content: center; } + .nav img { + float: left; + margin-right: 10px; /* Adds space between the image and links */ + width: 50px; + height: auto; + } + + .nav a { color: #e4e4e7; font-weight: 600; @@ -220,6 +229,9 @@