diff --git a/index.html b/index.html index bc34aeb0..27004b87 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,9 @@ letter-spacing: 2px; position: relative; z-index: 1; + display: flex; + align-items: center; + justify-content: space-between; } header h1 { @@ -36,6 +39,12 @@ font-size: 2.5em; } + /* Style the logo */ + .logo { + height: 70px; /* Adjust the height as necessary */ + margin-right: 15px; + } + .sidebar { height: 100%; width: 250px; @@ -168,8 +177,8 @@
Retrospective Analysis