💄 (pilars) full pilars!

This commit is contained in:
Julien Calixte
2023-07-17 23:26:35 +02:00
parent 5b4cbde4f1
commit c2db92042f
2 changed files with 5 additions and 2 deletions

View File

@@ -99,8 +99,11 @@ li {
} }
.pilars li { .pilars li {
flex: 0; flex: 1;
width: 100%; width: 100%;
display: flex;
justify-content: center;
align-items: center;
} }
.ground { .ground {

View File

@@ -8,7 +8,7 @@
name="description" name="description"
content="Author: Julien Calixte, content="Author: Julien Calixte,
My understanding of the Thinking People System and My understanding of the Thinking People System and
how it can help people and organization to improve" how it helps people and organization to improve"
/> />
<link rel="stylesheet" href="core.css" /> <link rel="stylesheet" href="core.css" />
<link rel="stylesheet" href="index.css" /> <link rel="stylesheet" href="index.css" />