Remove redundant inline style

This commit is contained in:
Leandro Facchinetti 2020-04-18 21:43:51 -04:00
parent 2f81ad9e47
commit 38919d1386
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ function Layout({ children }: { children: React.ReactNode }) {
<link rel="stylesheet" type="text/css" href="/styles.css" /> <link rel="stylesheet" type="text/css" href="/styles.css" />
<title>Kill the Newsletter!</title> <title>Kill the Newsletter!</title>
</head> </head>
<body style={{ textAlign: "center" }}> <body>
<header> <header>
<h1> <h1>
<a href="/">Kill the Newsletter!</a> <a href="/">Kill the Newsletter!</a>