enhance page parsing using json output and html

This commit is contained in:
Adrien
2026-04-05 21:55:30 +02:00
parent ea1276dc2e
commit 5c641f4bcc
9 changed files with 292 additions and 258 deletions
+5 -2
View File
@@ -64,11 +64,11 @@ body {
Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
background: #f0f4f8;
color: #2d3748;
min-height: 100vh;
height: 100vh;
}
#app {
min-height: 100vh;
height: 100vh;
display: flex;
flex-direction: column;
}
@@ -133,6 +133,9 @@ body {
.main-content {
flex: 1;
min-height: 0;
display: flex;
flex-direction: column;
padding: 2rem;
max-width: 1200px;
margin: 0 auto;