Make sample certificate placeholder responsive
This commit is contained in:
parent
63d99a70ad
commit
bfc435fa5c
1 changed files with 3 additions and 1 deletions
|
@ -230,7 +230,9 @@
|
|||
|
||||
<div class="p-4 pb-20 max-w-4xl mx-auto text-center">
|
||||
<h1 class="text-3xl text-center font-heading font-extrabold">Sample Certificate</h1>
|
||||
<img class="max-w-md bg-orange-800 rounded-lg mt-8 mx-auto" width="640" height="480"/>
|
||||
<div class="max-w-md mx-auto">
|
||||
<img class="bg-orange-800 mt-8" width="640" height="480"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-blue-900 text-blue-100 py-8">
|
||||
|
|
Loading…
Reference in a new issue