Добавление веб-версии сервиса #5
@ -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>
|
||||
|
@ -1,3 +1,7 @@
|
||||
#wrapper {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
#loaderWrapper {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user