mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-20 10:57:40 +02:00
Fixed breadcrumb styling in BS5
This commit is contained in:
parent
270d622265
commit
a07c43ea8a
2 changed files with 35 additions and 35 deletions
|
@ -1,7 +1,7 @@
|
|||
{% extends "base.html.twig" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="bg-light rounded p-3">
|
||||
<div class="rounded p-4" style="background-color: var(--bs-gray-300);">
|
||||
<h1 class="display-3">{{ partdb_title }}</h1>
|
||||
<h4>
|
||||
{% trans %}version.caption{% endtrans %}: {{ shivas_app_version }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue