Skip to content

Commit

Permalink
Fix navigation bar padding (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti authored Nov 14, 2024
1 parent b2cea4b commit cd5c7a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/enterprise/enterprise_explorer.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ explorer_start(const sourcemeta::hydra::http::ServerRequest &request,
html << "</head>";
html << "<body class=\"h-100\">";

html << "<nav class=\"navbar navbar-expand border-bottom bg-body p-3\">";
html << "<div class=\"container-fluid\">";
html << "<nav class=\"navbar navbar-expand border-bottom bg-body\">";
html << "<div class=\"container-fluid px-4 py-2\">";
html << "<a class=\"navbar-brand\" href=\"" << server_base_url << "\">";
html << "<img src=\"/icon.svg\" alt=\"" << site_name
<< "\" height=\"30\" width=\"30\" class=\"me-2\">";
Expand Down

0 comments on commit cd5c7a9

Please sign in to comment.