mirror of
https://github.com/24eme/signaturepdf
synced 2026-03-14 13:55:44 +01:00
Formatting
This commit is contained in:
parent
dee1f58fd0
commit
be327fa0c3
2 changed files with 3 additions and 3 deletions
|
|
@ -13,8 +13,8 @@
|
|||
</noscript>
|
||||
<?php include('components/navtab.html.php'); ?>
|
||||
<div class="container">
|
||||
<p class="lead mt-4 text-center mb-3"><img src="logo.svg" style="height: 200px;" class="text-center" /></p>
|
||||
<h1 class="text-center h3">Signature PDF</h1>
|
||||
<p class="lead mt-4 text-center mb-2"><img src="logo.svg" style="height: 200px;" class="text-center" /></p>
|
||||
<h1 class="text-center h4 d-lg-none">Signature PDF</h1>
|
||||
<p class="lead mt-3 text-center mb-0"><?php echo _("Free open-source software for signing and manipulating PDFs") ?></p>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-6 mt-4">
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<div id="page-upload">
|
||||
<?php include('components/navtab.html.php'); ?>
|
||||
<div class="px-4 py-4 text-center">
|
||||
<h1 class="display-5 fw-bold mb-0 mt-3"><?php echo sprintf(_("Sign a PDF"), '<i class="bi bi-vector-pen"></i>'); ?></h1>
|
||||
<h1 class="display-5 fw-bold mb-0 mt-3"><i class="bi bi-vector-pen"></i> <?php echo _("Sign a PDF"); ?></h1>
|
||||
<p class="fs-5 fw-light mb-3 subtitle text-dark text-nowrap mt-2" style="overflow: hidden; text-overflow: ellipsis;"><?php echo _("Sign, initial, stamp, complete a document") ?></p>
|
||||
<div class="col-md-6 col-lg-5 col-xl-4 col-xxl-3 mx-auto">
|
||||
<div class="col-12">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue