💄 (li) not so much padding top and bottom

This commit is contained in:
Julien Calixte
2023-07-08 17:28:44 +02:00
parent ed4b56a16c
commit 95fd3d21f5
3 changed files with 12 additions and 1 deletions

10
.doc-jitrc.json Normal file
View File

@@ -0,0 +1,10 @@
{
"patterns": {
"index.html": [
{
"label": "Vite documentation",
"uri": "https://vitejs.dev/"
}
]
}
}

View File

@@ -2,6 +2,7 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="preload" href="style.css" as="style" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Interactive Thinking People System</title> <title>Interactive Thinking People System</title>
<meta <meta

View File

@@ -104,7 +104,7 @@ li {
list-style: none; list-style: none;
background-color: var(--background-color); background-color: var(--background-color);
text-align: center; text-align: center;
padding: 1rem; padding: 0.5rem 1rem;
} }
.improvement ul, .improvement ul,