mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-21 05:11:38 +02:00
Fixed README anchor top margin
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div id="readme" class="my-4 {{ config('readmes_first') ? 'order-first' : null }}" style="scroll-margin-top: 6rem;">
|
||||
<div id="readme" class="my-4 {{ config('readmes_first') ? 'order-first' : null }}" style="scroll-margin-top: 8rem;">
|
||||
<div class="rounded-lg overflow-hidden shadow-md">
|
||||
<header class="flex items-center bg-blue-600 px-4 py-3 text-white dark:bg-purple-700">
|
||||
<i class="fas fa-book fa-lg pr-3"></i> README.md
|
||||
|
Reference in New Issue
Block a user