Skip to content
Snippets Groups Projects
Commit 14eba4f3 authored by Paolo Brasolin's avatar Paolo Brasolin
Browse files

chore: fix fe formatting

parent a422edae
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,9 @@ $key-width: 8vw; // 100/12 ~ 8.3
}
&:nth-child(3) {
grid-template-columns: 2.333 * $key-width repeat(8, $key-width) 1fr;
& > :first-child { display: none; }
& > :first-child {
display: none;
}
}
}
......
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="css/main.scss" rel="stylesheet" />
<script type="module" src="js/rollbar.ts"></script>
<script type="module" src="js/main.ts"></script>
<title>Ötzit!</title>
</head>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/main.scss" rel="stylesheet">
<script type="module" src="js/rollbar.ts"></script>
<script type="module" src="js/main.ts"></script>
<title>Ötzit!</title>
</head>
<body>
<div class="simple-keyboard"></div>
</body>
<body>
<div class="simple-keyboard"></div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment