Skip to content

Commit

Permalink
fix: remove bg on body
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Nov 14, 2023
1 parent 49dad38 commit e05b8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="{{ '/static/custom.css'|url }}" />
<title>{% block title %}Welcome{% endblock %} | PyConChina 2023</title>
</head>
<body class="bg-primary">
<body>
<div class="flex flex-col min-h-screen">
{% include "components/nav.html" %}
<main class="mx-auto max-w-6xl p-2 grow">{% block body %}{% endblock %}</main>
Expand Down

0 comments on commit e05b8eb

Please sign in to comment.