Skip to content

Commit

Permalink
Implement responsive navigation and improve layout styles
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wkennedy committed Dec 21, 2024
1 parent 014fb0b commit 2140846
Show file tree
Hide file tree
Showing 11 changed files with 3,031 additions and 710 deletions.
4 changes: 2 additions & 2 deletions sologger-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/sologger_logo_sm.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sologger</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Sologger</title>
</head>
<body>
<div id="app"></div>
Expand Down
Loading

0 comments on commit 2140846

Please sign in to comment.