Fixed margin and padding top

This commit is contained in:
2025-09-02 22:09:52 +02:00
parent a63e313036
commit 324f75d100

View File

@@ -15,8 +15,8 @@
</style>
</head>
<body class="m-2 bg-light-subtle">
<div class="progress" style="height: auto;">
<body class="m-2 bg-light-subtle pt-3">
<div class="progress fixed-top mt-1" style="height: auto;">
<div id="progressBar" class="progress-bar rounded-pill" role="progressbar" style="width: 100%; margin: 0 auto;">
<h5 class="m-0">5s</h5>
</div>