Skip to content

Commit bde83c2

Browse files
committed
Fix the banner for devices with small screens
1 parent 5d8e5ad commit bde83c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<body>
2020
<nav class="navbar navbar-dark bg-dark">
2121
<div class="container-fluid">
22-
<span class="navbar-brand"><span class="text-white-50">online-judge-tools/</span><span class="display-6">template-generator-webapp</span></span>
22+
<span class="navbar-brand text-wrap"><span class="text-white-50 text-nowrap">online-judge-tools/</span><!-- zero width space -->&#8203;<span class="display-6 text-nowrap">template-generator-webapp</span></span>
2323
</div>
2424
</nav>
2525

0 commit comments

Comments
 (0)