Skip to content

Commit

Permalink
fixed margin of title and center it
Browse files Browse the repository at this point in the history
  • Loading branch information
HyMike committed Apr 30, 2024
1 parent 0b248b2 commit 347eef6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
h1 {
text-align: center;
margin: 40px auto 50px;

}
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{% extends "top_products/base.html" %}
{% load static %}

{% block styles_css %}
<link rel="stylesheet" href="{% static 'top_products/base.css' %}">
<link rel="stylesheet" href="{% static 'top_products/products_trends.css' %}">
{% endblock %}

{% block page_content %}



<section>
<h1> Top 3 Products from {{ category_name }}</h1>
{% for graph in graphs %}
Expand Down

0 comments on commit 347eef6

Please sign in to comment.