generate site using llm prompt

This commit is contained in:
Krrish Ghimire
2026-07-02 01:15:16 +05:45
parent 18fed113f9
commit 3ccbd2ebec
75 changed files with 2220 additions and 3173 deletions

View File

@@ -8,3 +8,12 @@ body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
mat-form-field { width: 100%; }
input.mat-input-element { margin-top: 0 !important; }
.fullscreen-dialog .mat-mdc-dialog-container {
padding: 0;
border-radius: 0;
}
.fullscreen-dialog .mat-mdc-dialog-surface {
border-radius: 0;
}