Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dist"
],
"scripts": {
"vite:dev": "vite --host",
"dev": "vite --host",
"build": "pnpm run clean && pnpm run lingui:compile && pnpm run compile",
"clean": "rm -rf ./dist",
"compile": "pnpm rollup --config",
Expand Down
10 changes: 5 additions & 5 deletions ui/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ body,
}

.rules {
@apply px-2 sm:px-6 pb-12;
@apply p-4;
@apply text-gray-700;
font-size: 19px;
font-family: sans-serif;
Expand All @@ -80,15 +80,15 @@ body,
h1 {
@apply text-3xl;
@apply text-blue-800;
@apply pt-16;
@apply pt-6;
@apply font-semibold;
}

h2 {
@apply text-2xl;
@apply text-blue-900;
@apply pt-8;
@apply font-medium;
@apply font-semibold;
}

h3 {
Expand All @@ -101,7 +101,7 @@ body,
p,
.paragraph {
@apply ml-0.5;
@apply pt-4;
@apply text-justify;
@apply pt-2;
line-height: 1.6rem;
}
}