Modified views so you don't need to scroll

This commit is contained in:
perast
2020-11-05 16:19:20 +01:00
parent f69675b521
commit 86bbf75f3a
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -10,8 +10,7 @@
</head>
<body>
<div class="container-fluid">
<h1>Zwift Launcher</h1>
<h2>Sign up</h2>
<h1>Sign up</h1>
<form id="signup" action="{{ url_for('signup') }}" method="post">
<div class="row">
<div class="col-md-4">
+1 -2
View File
@@ -10,8 +10,7 @@
</head>
<body>
<div class="container-fluid">
<h1>Zwift Launcher</h1>
<h2>Logged in as {{ username }} ({{ name }})</h2>
<h1>Logged in as {{ username }} ({{ name }})</h1>
<ul class="list-group">
<li class="list-group-item">
<div class="row">