Add page padding
This commit is contained in:
parent
2f2b57887d
commit
3b60c4c1c7
|
@ -33,7 +33,9 @@ layout: default
|
|||
>Back</a
|
||||
>
|
||||
</div>
|
||||
<div class="info-block w-full sm:w-10/12 lg:w-9/12 sm:pb-10 overflow-hidden">
|
||||
<div
|
||||
class="info-block w-full sm:w-10/12 lg:w-9/12 pb-5 sm:pb-10 overflow-hidden"
|
||||
>
|
||||
<div class="post mb-10">
|
||||
<h1 class="text-xl md:text-xxl mb-5 sm:max-w-md lg:max-w-2xl">
|
||||
{{page.title}}
|
||||
|
|
Loading…
Reference in New Issue