This commit is contained in:
2025-03-12 11:11:32 -03:00
parent 024c2ed141
commit d4bb54017d
8 changed files with 262 additions and 12 deletions

View File

@@ -1,3 +1,7 @@
---
import "../styles/app.css";
---
<!doctype html>
<html lang="en">
<head>
@@ -8,7 +12,7 @@
<title>EDUSEG&reg;</title>
</head>
<body>
<div class="max-w-7xl mx-auto px-2.5 space-y-5">
<div class="max-w-7xl mx-auto px-2.5 space-y-2.5 lg:space-y-5">
<slot />
</div>
</body>