Added inter font
This commit is contained in:
@@ -30,13 +30,7 @@ if (title) {
|
||||
<title>{ renderedTitle }</title>
|
||||
</head>
|
||||
|
||||
<body class="bg-stone-50">
|
||||
<div class="container transition-all">
|
||||
<div class="h-screen py-12 px-24 shadow-sm bg-white">
|
||||
<div class="mt-32">
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<body class="bg-slate-950 text-white">
|
||||
<slot />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user