Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7daa0802cc | ||
|
|
84c6359583 | ||
|
|
fbdf3f5382 | ||
|
|
6fd871ef1f |
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tout-doux",
|
||||
"version": "1.6.0",
|
||||
"version": "1.6.2",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"engines": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "tout-doux"
|
||||
version = "1.6.0"
|
||||
version = "1.6.2"
|
||||
description = ""
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
|
||||
@@ -25,7 +25,7 @@ onMounted(() => {
|
||||
<div class="hero bg-hero grow">
|
||||
<div class="hero-content text-center p-0">
|
||||
<div
|
||||
class="max-w-96 min-w-96 bg-base-100 rounded-box shadow-md p-4"
|
||||
class="max-w-96 min-w-screen sm:min-w-96 bg-base-100 rounded-box shadow-md p-4"
|
||||
>
|
||||
<router-link
|
||||
to="/"
|
||||
|
||||
Reference in New Issue
Block a user