Skip to content

Commit

Permalink
Change max width
Browse files Browse the repository at this point in the history
That way, it won't require a scroll
  • Loading branch information
bohrium2b committed Jan 15, 2022
1 parent 398d321 commit 9062bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion highlight/highlightapp/templates/highlight/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</style>
<title>{% block title %}{% endblock %}</title>
</head>
<body style="padding-left: 10px;">
<body style="padding-left: 10px; max-width: 95%;">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="/">Syntax Highlighter</a>
Expand Down

0 comments on commit 9062bf6

Please sign in to comment.