Skip to content

Commit

Permalink
Fix header height
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrgicak committed Jan 6, 2025
1 parent ee838ca commit 7f20d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa-template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link rel="manifest" href="manifest.json" />
<style>
:root {
--header-height: 39px;
--header-height: 55px;
}

body {
Expand Down

0 comments on commit 7f20d16

Please sign in to comment.