Исправлено отображение на мобильных устройствах

This commit is contained in:
Vladislav Moiseev 2023-07-09 10:10:08 +04:00
parent 5bcd006624
commit 3a365101bf
2 changed files with 47 additions and 41 deletions

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;