feat(ui): improve blog list and terminal mockup responsiveness
- Make terminal mockup full width on all screen sizes - Add empty state handling for blog list with visual feedback - Maintain consistent styling across language versions
This commit is contained in:
@@ -109,7 +109,7 @@ const pageTitle = t('site.title');
|
||||
</div>
|
||||
|
||||
<!-- Terminal mockup -->
|
||||
<div class="max-w-4xl mx-auto">
|
||||
<div class="max-w-full mx-auto">
|
||||
<div class="bg-gray-900/90 backdrop-blur-sm rounded-lg border border-gray-700/50 shadow-2xl overflow-hidden">
|
||||
<!-- Terminal header -->
|
||||
<div class="flex items-center justify-between px-4 py-3 bg-gray-800/50 border-b border-gray-700/50">
|
||||
|
||||
@@ -107,10 +107,9 @@ const pageTitle = t('site.title');
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</Container>
|
||||
|
||||
<!-- Terminal mockup -->
|
||||
<div class="max-w-4xl mx-auto">
|
||||
<div class="max-w-full mx-auto">
|
||||
<div class="bg-gray-900/90 backdrop-blur-sm rounded-lg border border-gray-700/50 shadow-2xl overflow-hidden">
|
||||
<!-- Terminal header -->
|
||||
<div class="flex items-center justify-between px-4 py-3 bg-gray-800/50 border-b border-gray-700/50">
|
||||
|
||||
Reference in New Issue
Block a user