change layout props to use contentLayout instead of contentClass
This commit is contained in:
parent
f354c6c014
commit
c3837ef6c8
4 changed files with 5 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ import Layout from "../layouts/Layout.astro";
|
|||
---
|
||||
|
||||
<Layout
|
||||
contentClass="flex-1"
|
||||
contentLayout="fill-height"
|
||||
title="Dhemas Nurjaya"
|
||||
description="Welcome to my personal website"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue