tailwind #9

Manually merged
peperunas merged 157 commits from tailwind into master 2020-12-28 18:38:52 +00:00
Showing only changes of commit 3c72522011 - Show all commits

View File

@ -1,5 +1,5 @@
<!doctype html>
<html class="h-100">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -8,8 +8,8 @@
<title>Rustico</title>
<body class="h-100 d-flex flex-column">
<div id="root" class="d-flex flex-fill"></div>
<body>
<div id="root"></div>
<script src="{{ url_for('static', filename='index.js') }}"></script>
</body>