Skip to content

Commit

Permalink
more responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
exaluc committed Jul 24, 2023
1 parent 8f70eb3 commit 5494fae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
layout: default
---

<div class="container mx-auto max-w-3xl">
<div class="w-full md:w-auto container mx-auto max-w-3xl">
{{ content }}
</div>
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ <h4 class="font-bold text-xl mb-2"><i class="fas fa-{{ page.toc_icon | default:
</aside>

<!-- Post Section -->
<section class="w-full md:w-2/3 flex flex-col items-center px-3">
<section class="w-full md:w-2/3 flex flex-col items-center">

<article class="flex flex-col shadow my-4 ">
<article class="flex flex-col shadow my-6">
{%- if page.image -%}
{% if page.ext_img %}
<img src="{{ page.image }}">
Expand Down

0 comments on commit 5494fae

Please sign in to comment.