Make card sizes more responsive
This commit is contained in:
parent
43f33286bf
commit
81574c8358
@ -2,7 +2,7 @@
|
|||||||
{% block title %}{% endblock %}
|
{% block title %}{% endblock %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="hero h-fit">
|
<div class="hero h-fit">
|
||||||
<div class="hero-content flex-col text-center mt-48">
|
<div class="hero-content flex-col text-center mt-12 lg:mt-48">
|
||||||
<h1 class="text-5xl font-bold">Crea tu propio test</h1>
|
<h1 class="text-5xl font-bold">Crea tu propio test</h1>
|
||||||
<form class="card flex-shrink-0 w-full max-w-sm shadow-2xl bg-base-200 mt-6" id="create-form"
|
<form class="card flex-shrink-0 w-full max-w-sm shadow-2xl bg-base-200 mt-6" id="create-form"
|
||||||
action="/create" method="post">
|
action="/create" method="post">
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{% block title %}{% endblock %}
|
{% block title %}{% endblock %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<div class="hero h-fit">
|
<div class="hero h-fit">
|
||||||
<div class="hero-content flex-col text-center mt-48">
|
<div class="hero-content flex-col text-center mt-12 lg:mt-48">
|
||||||
<h1 class="text-5xl font-bold">¿Cuál es tu estación favorita?</h1>
|
<h1 class="text-5xl font-bold">¿Cuál es tu estación favorita?</h1>
|
||||||
<form class="card flex-shrink-0 w-full max-w-sm shadow-2xl bg-base-200" id="test-form"
|
<form class="card flex-shrink-0 w-full max-w-sm shadow-2xl bg-base-200" id="test-form"
|
||||||
action="/finish" method="post">
|
action="/finish" method="post">
|
||||||
|
Loading…
Reference in New Issue
Block a user