Skip to content

Commit 84065a9

Browse files
committed
fix: fixed horizontal overflow
1 parent 35e6fc2 commit 84065a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>cligram Docs</h2>
3030
<a href="#license">License</a>
3131
</nav>
3232
</aside>
33-
<main class="main">
33+
<main style="max-width: 960px; width: 90%; margin: 0 auto;" class="main">
3434
<section id="introduction">
3535
<h1>Introduction</h1>
3636
<p><strong>cligram</strong> is a Telegram client that runs in your terminal.</p>

0 commit comments

Comments
 (0)