Skip to content

Commit 2140846

Browse files
committed
Implement responsive navigation and improve layout styles
Added a mobile-friendly navigation bar with a toggleable menu. Enhanced existing styles for better responsiveness, including adjustments to layout, text colors, and container widths. Integrated CSS media queries to support varying screen sizes and improved overall UI consistency.
1 parent 014fb0b commit 2140846

File tree

11 files changed

+3031
-710
lines changed

11 files changed

+3031
-710
lines changed

sologger-ui/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/sologger_logo_sm.svg" />
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Sologger</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
7+
<title>Sologger</title>
88
</head>
99
<body>
1010
<div id="app"></div>

0 commit comments

Comments
 (0)