mirror of
https://github.com/yude-jp/yude.jp
synced 2024-12-22 12:10:11 +09:00
Fix styling (centering)
This commit is contained in:
parent
55645aabbd
commit
993918b617
@ -10,8 +10,8 @@ export default function About(props) {
|
||||
|
||||
return (
|
||||
<Layout title={house}>
|
||||
<p className="my-2 text-3xl">{house}</p>
|
||||
<div className="mx-9">
|
||||
<p className="my-2 text-3xl text-center">{house}</p>
|
||||
<iframe className="w-full h-96" src="https://mackerel.io/embed/public/embed/4mVIU29WCRVZgHUxQPzWsfXo953uxiAegbjDb83hTQ7szesCunwdpVkBIzhnLc9i?period=1d" frameborder="0" scrolling="no"></iframe>
|
||||
</div>
|
||||
</Layout>
|
||||
|
@ -33,7 +33,7 @@ export default function About(props) {
|
||||
return (
|
||||
|
||||
<Layout title={about}>
|
||||
<div className="my-9 mx-8">
|
||||
<div className="my-9 mx-8 text-center">
|
||||
|
||||
{
|
||||
// Heading
|
||||
|
@ -16,7 +16,7 @@ export default function About(props) {
|
||||
return (
|
||||
|
||||
<Layout title={status}>
|
||||
<div className="my-9 mx-9">
|
||||
<div className="my-9 mx-9 text-center">
|
||||
{
|
||||
// Heading
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user