up
All checks were successful
/ publish (push) Successful in 56s

This commit is contained in:
milovann 2024-12-07 19:12:46 +01:00
parent 215a387ada
commit 1407c676f5
2 changed files with 4 additions and 19 deletions

View file

@ -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)
-----

View file

@ -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;