diff --git a/CHANGELOG.md b/CHANGELOG.md index d203e7a..b80b3f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Changes 4//13/2025 + +- Decreased header height some more and clickable logo. + ## Changes 4/12/2025 - Moved Gallery view toggle button into header. diff --git a/css/styles.css b/css/styles.css index 03c3a92..6bd1738 100644 --- a/css/styles.css +++ b/css/styles.css @@ -32,8 +32,8 @@ body { @media (min-width: 1300px) { .container-fluid { - padding-left: 40px !important; - padding-right: 40px !important; + padding-left: 30px !important; + padding-right: 30px !important; } } @@ -69,7 +69,7 @@ body { align-items: center; justify-content: space-between; width: 100%; - height: 65px; + height: 55px; padding: 10px 20px; background-color: #2196F3; transition: background-color 0.3s ease; @@ -82,28 +82,16 @@ body.dark-mode .header-container { } .header-logo { - max-height: 60px; + max-height: 50px; width: auto; display: block; } .header-logo svg { - height: 60px; + height: 50px; width: auto; } -header { - display: flex; - align-items: center; - justify-content: space-between; - width: 100%; - height: 80px; - padding: 0 20px; - background-color: #2196F3; - transition: background-color 0.3s ease; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); -} - body.dark-mode header { background-color: #1f1f1f; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7); diff --git a/index.html b/index.html index 50fce80..ef87b4a 100644 --- a/index.html +++ b/index.html @@ -50,69 +50,71 @@
- + + +

FileRise