diff options
Diffstat (limited to 'src/pages/_template.php')
| -rw-r--r-- | src/pages/_template.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/pages/_template.php b/src/pages/_template.php index 424a4fd..13e697d 100644 --- a/src/pages/_template.php +++ b/src/pages/_template.php @@ -9,6 +9,20 @@ <title><?php print $page_title ?> | autumn's forest</title> + <style> + + html { + display: flex; + justify-content: center; + } + + body { + max-width: 1024px; + width: 100%; + } + + </style> + </head> <body> |
