format according to prettier

This commit is contained in:
Andreas Zweili 2021-01-13 21:25:49 +01:00
parent 81a575c0fe
commit 7496481809
2 changed files with 35 additions and 31 deletions

View File

@ -1,12 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>A First App</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
</head>
<body>
<div id="app">
<div>
<label for="goal">Goal</label>
@ -18,5 +20,6 @@
</ul>
</div>
<script src="app.js"></script>
</body>
</body>
</html>

View File

@ -17,7 +17,8 @@ body {
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
}
label, input {
label,
input {
margin-bottom: 0.5rem;
display: block;
width: 100%;