Make card sizes more responsive

This commit is contained in:
apio 2023-01-25 19:47:36 +01:00
parent 43f33286bf
commit 81574c8358
Signed by: apio
GPG Key ID: B8A7D06E42258954
2 changed files with 2 additions and 2 deletions

View File

@ -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">

View File

@ -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">