Adjust text colour and container width
This commit is contained in:
parent
f59152c352
commit
e70b21e517
|
@ -5,8 +5,8 @@
|
|||
<title><?php echo wp_get_document_title(); ?></title>
|
||||
<?php wp_head(); ?>
|
||||
</head>
|
||||
<body class="font-sans bg-white text-gray-800 leading-normal antialiased">
|
||||
<div class="max-w-4xl mx-auto px-4">
|
||||
<body class="font-sans bg-white text-gray-900 leading-normal antialiased">
|
||||
<div class="max-w-6xl mx-auto px-4">
|
||||
<header class="mt-16 mb-24">
|
||||
<p class="text-2xl">
|
||||
<?php bloginfo('slogan'); ?>
|
||||
|
|
Loading…
Reference in a new issue