1
0
Fork 0

main.css: Left-align main text

This commit is contained in:
Alex Palaistras 2022-10-29 17:32:04 +01:00
parent 96aa183080
commit 0474e333a0
2 changed files with 1 additions and 7 deletions

View File

@ -6,7 +6,7 @@
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<main>
<main style="text-align: center">
<h1>Not found <aside>:(</aside></h1>
<p>(404 Not Found)</p>
<p>Sorry, but the page you were trying to view does not exist.</p>

View File

@ -41,12 +41,6 @@ main {
margin: 5rem auto 0;
max-width: 50rem;
position: relative;
text-align: center;
}
main section,
main dl {
text-align: left;
}
dl dt {