parent
215a387ada
commit
1407c676f5
2 changed files with 4 additions and 19 deletions
|
@ -39,9 +39,9 @@ forges éditoriales,...
|
||||||
|
|
||||||
Chez « Forgeons », nous nous intéressons (au moins) à trois types de forges :
|
Chez « Forgeons », nous nous intéressons (au moins) à trois types de forges :
|
||||||
|
|
||||||
* (1) [Forges de développement](integration.md) (CI/CD)
|
(1) [Forges de développement](integration.md) (CI/CD)
|
||||||
* (2) [Forges métiers](interface.md) (templates et extensions)
|
(2) [Forges métiers](interface.md) (templates et extensions)
|
||||||
* (3) [Forges fédérées](federation.md) (ActivityPub et web3)
|
(3) [Forges fédérées](federation.md) (ActivityPub et web3)
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@ body {
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
text-rendering: optimizeLegibility;
|
text-rendering: optimizeLegibility;
|
||||||
font-kerning: normal;
|
font-kerning: normal;
|
||||||
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
body {
|
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 {
|
@media print {
|
||||||
html {
|
html {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
Loading…
Reference in a new issue