Skip to content

Commit

Permalink
feature: add tailwind to public page + roughjs try me preview and arrow
Browse files Browse the repository at this point in the history
  • Loading branch information
skeptrunedev committed Dec 3, 2024
1 parent 78440e5 commit ab6d012
Show file tree
Hide file tree
Showing 12 changed files with 1,028 additions and 262 deletions.
2 changes: 1 addition & 1 deletion pdf2md/server/src/routes/jinja_templates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::{
get_env, Templates,
};
use actix_web::{get, HttpResponse};
use minijinja::context;
use minijinja::{context, path_loader, Environment};

#[utoipa::path(
get,
Expand Down
2 changes: 1 addition & 1 deletion pdf2md/server/src/templates/demo-ui.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
id="upload-form-container"
class="flex justify-center mt-[10vh] sm:mt-[20vh] items-center px-4"
>
<form class="max-w-2xl mx-auto">
<form class="max-w-4xl mx-auto">
<div class="text-center">
<h2
class="text-balance text-4xl font-semibold tracking-tight text-gray-900 sm:text-5xl"
Expand Down
Loading

0 comments on commit ab6d012

Please sign in to comment.