diff --git a/pages/index.md b/pages/index.md index 28b25ae..fde4904 100644 --- a/pages/index.md +++ b/pages/index.md @@ -39,9 +39,9 @@ forges éditoriales,... Chez « Forgeons », nous nous intéressons (au moins) à trois types de forges : -* (1) [Forges de développement](integration.md) (CI/CD) -* (2) [Forges métiers](interface.md) (templates et extensions) -* (3) [Forges fédérées](federation.md) (ActivityPub et web3) +(1) [Forges de développement](integration.md) (CI/CD) +(2) [Forges métiers](interface.md) (templates et extensions) +(3) [Forges fédérées](federation.md) (ActivityPub et web3) ----- diff --git a/scripts/templates/default.css b/scripts/templates/default.css index 21e8e20..c4ca2d1 100644 --- a/scripts/templates/default.css +++ b/scripts/templates/default.css @@ -13,6 +13,7 @@ body { overflow-wrap: break-word; text-rendering: optimizeLegibility; font-kerning: normal; + font-size: 1.5em; } @media (max-width: 600px) { body { @@ -24,22 +25,6 @@ body { } } -.menu { - height: 100%; - width: 160px; - position: fixed; - z-index: 1; - top: 0; - left: 0; - background-color: #111; - overflow-x: hidden; - padding-top: 20px; -} - -.main { -} - - @media print { html { background-color: white;