Skip to content

Commit 7f20d16

Browse files
committed
Fix header height
1 parent ee838ca commit 7f20d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pwa-template/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="manifest" href="manifest.json" />
77
<style>
88
:root {
9-
--header-height: 39px;
9+
--header-height: 55px;
1010
}
1111

1212
body {

0 commit comments

Comments
 (0)