create two version old and new

This commit is contained in:
Hugo LAMY
2022-03-26 18:56:28 +01:00
parent e10fc7ce33
commit 3d938681a0
575 changed files with 10766 additions and 3 deletions

41
new/styles/main.css Normal file
View File

@@ -0,0 +1,41 @@
/*---------------------------------------------*/
/*MAIN*/
body main {
padding: calc(var(--gap-unit) / 2);
width: 600px;
min-height: calc(100vh - 1px - var(--nav-height) - var(--footer-height));
}
body main > * {
margin: var(--gap-unit) 0px;
}
body main h1 {
padding: 70px 0px;
border-bottom: 1px solid var(--color-lines-1);
}
body main h2 {
/* padding top of 40px to let the space for the nav height when using anchor*/
padding: 40px 0px 10px 0px;
border-bottom: 1px solid var(--color-lines-1);
}
body main h3 {
padding: 50px 0px 0px 0px;
/*
border-bottom: 1px solid var(--color-lines-1);
margin-right: auto;
*/
}
body main h4 {
padding: 40px 0px 0px 0px;
}
body main h5 {
padding: 0px;
}
body main h6 {
padding: 0px;
}
main iframe {
height: 40px;
}