1
0
Fork 0
forked from Deuxfleurs/site

Compare commits

..

No commits in common. "eba015111f090a7b7275623ac1188a4cddd032ea" and "ffe96d9c51e612b1699670124d084489c08e2f35" have entirely different histories.

2 changed files with 1408 additions and 1411 deletions

View file

@ -99,16 +99,13 @@ img{
/*GESTION DE LA GRILLE DU DOCUMENT*/
div#container{
display: grid;
grid-template-columns: [main-col-start] repeat(12, calc(100% / 12) [main-col-sep]);
grid-template-rows:
[main-row-debut] var(--med_margin)
[header-start] auto
[header-end] var(--big_margin)
[core-start] auto
[main-row-fin] var(--big_margin)
[footer-start] auto [footer-end]
;
display: grid;
grid-template-columns: [main-col-start] repeat(12, calc(100% / 12) [main-col-sep]);
grid-template-rows:
[main-row-debut] var(--med_margin) [header-start] auto [header-end] var(--big_margin) [core-start] auto [main-row-fin]
var(--big_margin)
[footer-start] auto [footer-end]
;
}
/* EN-TETE */

File diff suppressed because it is too large Load diff