Skip to content

Commit 488c4cc

Browse files
authored
Merge pull request #365 from adrn/fix-minor-css
Add more margin to documentation card
2 parents e856d15 + 929399c commit 488c4cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/themes/tutorials-theme/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2 class="card-title text-center"><a href="tutorials.html" class="text-white">T
2626
</div>
2727
<div class="card bg-documentation col-md-3 col-lg-2 p-0 m-2">
2828
<div class="card-body">
29-
<h2 class="card-title text-center" style="margin-left: -15px; margin-right: -15px;"><a href="{{ pathto('documentation') }}" class="text-white">Documentation</a></h2>
29+
<h2 class="card-title text-center" style="margin-left: -20px; margin-right: -20px;"><a href="{{ pathto('documentation') }}" class="text-white">Documentation</a></h2>
3030
<p class="card-text text-center">Documentation is the complete description of a package with all requisite details, including usage, dependencies, and examples.</p>
3131
</div>
3232
</div>

0 commit comments

Comments
 (0)