Добавление веб-версии сервиса #5

Merged
al-f merged 12 commits from webapp into master 2023-07-11 13:25:17 +04:00
2 changed files with 47 additions and 41 deletions
Showing only changes of commit 3a365101bf - Show all commits

View File

@ -20,7 +20,8 @@
<script src="site.js"></script>
</head>
<body class="bg-body-secondary h-100 d-flex align-items-center">
<body class="bg-body-secondary h-100">
<div id="wrapper" class="d-flex align-items-center">
<div class="container py-3">
<div class="card">
<div class="card-body">
@ -67,5 +68,6 @@
</div>
</div>
</div>
</div>
</body>
</html>

View File

@ -1,3 +1,7 @@
#wrapper {
min-height: 100%;
}
#loaderWrapper {
position: absolute;
left: 0;