Adjust text colour and container width

This commit is contained in:
Oliver Davies 2019-04-16 20:22:52 +01:00
parent f59152c352
commit e70b21e517

View file

@ -5,8 +5,8 @@
<title><?php echo wp_get_document_title(); ?></title> <title><?php echo wp_get_document_title(); ?></title>
<?php wp_head(); ?> <?php wp_head(); ?>
</head> </head>
<body class="font-sans bg-white text-gray-800 leading-normal antialiased"> <body class="font-sans bg-white text-gray-900 leading-normal antialiased">
<div class="max-w-4xl mx-auto px-4"> <div class="max-w-6xl mx-auto px-4">
<header class="mt-16 mb-24"> <header class="mt-16 mb-24">
<p class="text-2xl"> <p class="text-2xl">
<?php bloginfo('slogan'); ?> <?php bloginfo('slogan'); ?>