Fixed size of home page

This commit is contained in:
2025-05-22 13:39:10 +03:00
parent 5bfeb47fc8
commit e57e941c94

View File

@@ -16,7 +16,7 @@
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
<link rel="stylesheet" href="Components/Pages/Home.css" />
<div class="container-fluid d-flex flex-column vh-100 p-3 mt-0">
<div class="container-fluid d-flex flex-column p-3" style="height: 95vh;">
<div class="d-flex flex-wrap gap-2 mb-3">
<button class="btn btn-success"
@onclick="StartApplication"