update about page styles
This commit is contained in:
parent
d6aa575423
commit
99dbaea8ec
2 changed files with 2 additions and 2 deletions
themes/gallo
|
@ -1,6 +1,6 @@
|
|||
{{ if .Params.gallery }}
|
||||
<div
|
||||
class="grid grid-cols-{{ .Params.galleryColumns }} gap-8 my-8 w-full mt-20"
|
||||
class="grid grid-cols-1 sm:grid-cols-2 max-w-[800px] gap-4 my-8 w-full mt-20"
|
||||
>
|
||||
{{ range .Params.gallery }}
|
||||
<div>
|
||||
|
|
2
themes/gallo/static/css/tailwind.min.css
vendored
2
themes/gallo/static/css/tailwind.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue