Set bg-color on html
This commit is contained in:
parent
ded6ef6095
commit
7acda334a9
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr" class="d-flex flex-column mh-100 h-100">
|
||||
<html lang="fr" class="d-flex flex-column mh-100 h-100 bg-light">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="" />
|
||||
|
@ -17,7 +17,7 @@
|
||||
<title>Hathoris</title>
|
||||
</svelte:head>
|
||||
|
||||
<div class="flex-fill d-flex flex-column bg-light">
|
||||
<div class="flex-fill d-flex flex-column">
|
||||
<div class="container-fluid flex-fill d-flex flex-column justify-content-center">
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user