/*
Theme Name: 100 Bytes
Author: Marc Armengou
Description: A minimalist theme based on 100 bytes of CSS. Enough to look good anywhere. Inspired by this tweet: https://twitter.com/swyx/status/1449472712720601088
Tags: blog, one-column, full-width-template
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 100-bytes
Copyright: 2023 Marc Armengou
Tested up to: 6.2
Requires PHP: 7.4
*/

html {
  max-width: 70ch;
  padding: 3em 1em;
  margin: auto;
  line-height: 1.75;
  font-size: 1.25em;
}
