diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..20afad1
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,26 @@
+.container {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ align-items: stretch;
+ }
+
+ .list-col, .view-col {
+ flex-basis: 100%;
+ }
+
+ @media screen and (min-width: 768px) {
+ .list-col, .view-col {
+ flex-basis: calc(50% - 10px); /* Réduire de 10px pour ajouter une marge entre les deux div */
+ }
+ }
+
+ .w2ui-grid-data {
+ color:black;
+ word-wrap: break-word;
+ }
+
+ .w2ui-grid .w2ui-grid-body table td.w2ui-grid-data>div{
+ overflow: visible;
+ white-space:break-spaces;
+ }
\ No newline at end of file
diff --git a/css/water.css b/css/water.css
index a2090c1..1e29f3d 100644
--- a/css/water.css
+++ b/css/water.css
@@ -113,9 +113,9 @@
body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
line-height: 1.4;
- max-width: 800px;
+ /*max-width: 800px;*/
margin: 20px auto;
- padding: 0 10px;
+ padding: 0 5%;
word-wrap: break-word;
color: #363636;
color: var(--text-main);
diff --git a/data/spells/spells-grimoire-en.json b/data/spells/spells-grimoire-en.json
index 03c1ba8..ab6e67e 100644
--- a/data/spells/spells-grimoire-en.json
+++ b/data/spells/spells-grimoire-en.json
@@ -1,7 +1,7 @@
{
"spell": [
{
- "id": 0,
+ "recid": 0,
"name": "Acid Arrow",
"source": "GRI",
"page": 110,
@@ -40,7 +40,7 @@
"areaTags": ["", ""]
},
{
- "id": 1,
+ "recid": 1,
"name": "Acid Blob",
"source": "GRI",
"page": 110,
diff --git a/data/spells/spells-grimoire-fr.json b/data/spells/spells-grimoire-fr.json
index 46062d3..039de9b 100644
--- a/data/spells/spells-grimoire-fr.json
+++ b/data/spells/spells-grimoire-fr.json
@@ -1,7 +1,7 @@
{
"spell": [
{
- "id": 0,
+ "recid": 0,
"name": "Flèche Acide",
"source": "GRI",
"page": 188,
@@ -40,7 +40,7 @@
"areaTags": ["", ""]
},
{
- "id": 1,
+ "recid": 1,
"name": "Bille Acide",
"source": "GRI",
"page": 134,
diff --git a/index.html b/index.html
index 5ef5446..804a405 100644
--- a/index.html
+++ b/index.html
@@ -65,7 +65,7 @@
-
+