Skip to content

Commit

Permalink
mroe container height
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed May 6, 2024
1 parent 4cd2bf1 commit 0dba72d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labapp/app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<script src="/static/helpers.js"></script>
</head>
<body>
<div class="container-fluid full-height-container">
<div class="row">
<div class="container-fluid">
<div class="row full-height-container">



Expand Down
11 changes: 11 additions & 0 deletions labapp/app/templates/coming-soon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{% extends "base.html" %}

{% block title %}{{ title }}{% endblock %}

{% block content %}
<div class="err">
<a href="/" class="d-flex align-items-center pb-3 mb-3 link-dark text-decoration-none">
<img src="/static/coming-soon.png" class="border" alt="Coming Soon">
</a>
</div>
{% endblock %}

0 comments on commit 0dba72d

Please sign in to comment.