added header_text to billboard.html; restored L+R .container padding after last fix (still 0 T+B)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -21,7 +21,7 @@ body {
|
||||
max-width: 960px;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
// padding: 1rem;
|
||||
padding: 0 1rem;
|
||||
flex: 1;
|
||||
|
||||
.navbar {
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
{% extends "core/base.html" %}
|
||||
|
||||
{% block title_text %}Billboard{% endblock %}
|
||||
{% block title_text %}Billboard{% endblock title_text %}
|
||||
{% block header_text %}<span>Bill</span>board{% endblock header_text %}
|
||||
|
||||
{% block content %}
|
||||
<div class="content dashboard-page">
|
||||
<div class="content billboard-page">
|
||||
<h2>My Games</h2>
|
||||
<ul class="game-list">
|
||||
{% for room in my_rooms %}
|
||||
|
||||
Reference in New Issue
Block a user