Commit 6096182e authored by gab's avatar gab

edited for presentation purposes

parent ed87485e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
{% load static %} {% load static %}
{% block title %}Widget's Forum{% endblock %} {% block title %}Widget's Forum{% endblock %}
{% block content %} {% block content %}
<div class="container justify-content-md-center align-items-center vh-80" id="trial"> <div class="container justify-content-md-center align-items-center" id="trial">
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<div class="main content" style="font-family:'Inter';"> <div class="main content" style="font-family:'Inter';">
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
body { body {
font-family: "Inter"; font-family: "Inter";
background-color: var(--theme-dutch-white); background-color: var(--theme-dutch-white);
background-image: url("/static/images/Continuous Background.png"); /* background-image: url("/static/images/Continuous Background.png"); */
background-position: left top; background-position: left top;
background-repeat: repeat-y; background-repeat: repeat-y;
background-size: 80%; background-size: 80%;
......
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
<div class="navbar-nav"> <div class="navbar-nav">
<a class="nav-link" href="#">Event Catalog</a> <a class="nav-link" href="#">Event Catalog</a>
</div> </div>
<form class="container-fluid justify-content-start"> {% comment %} <form class="container-fluid justify-content-start">
<button class="btn" type="button">Log Out</button> <button class="btn" type="button" >Log Out</button>
</form> </form> {% endcomment %}
</div> </div>
</div> </div>
</nav> </nav>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment