Skip to content

Commit 9c543af

Browse files
author
jacquesbach
committed
Grid changes
1 parent 5d27c63 commit 9c543af

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

templates/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h1>
260260
</div>
261261
</div>
262262

263-
<div class="grid-stack-item" id="card-forecast" gs-w="12" gs-h="8">
263+
<div class="grid-stack-item" id="card-forecast" gs-w="7" gs-h="4">
264264
<div class="grid-stack-item-content">
265265
<div class="card card-light" style="height: 100%; box-sizing: border-box;">
266266
<div id="shapDetailCard" style="display:none;">
@@ -289,7 +289,7 @@ <h1>
289289
</div>
290290
</div>
291291
</div>
292-
<div class="grid-stack-item" id="card-forecast" gs-w="12" gs-h="8">
292+
<div class="grid-stack-item" id="card-forecast" gs-w="5" gs-h="4">
293293
<div class="grid-stack-item-content">
294294
<div class="card card-light" style="height: 100%; box-sizing: border-box;">
295295
<div style="margin-top:30px;">
@@ -323,5 +323,4 @@ <h1>
323323
<script src="{{ url_for('static', filename='js/script.js') }}"></script>
324324
<script src="{{ url_for('static', filename='js/layout.js') }}"></script>
325325
</body>
326-
</html>
327-
<!---->
326+
</html>

0 commit comments

Comments
 (0)