add blank page

This commit is contained in:
Julie Blanc 2026-04-16 10:35:30 +02:00
parent fa738ed605
commit d57050caeb
6 changed files with 20 additions and 8 deletions

View file

@ -49,8 +49,8 @@ $unit: calc($content-w/7);
margin-left: $inside;
margin-right: $outside;
background-image: url("/images/layout-1_20.png");
background-size: 100% 100%;
// background-image: url("/images/layout-1_20.png");
// background-size: 100% 100%;
@bottom-left {

View file

@ -25,8 +25,7 @@ p{
position: relative;
top: -2px;
// margin-left: $indent;
// padding-left: $indent*0.2;
padding-left: calc(var(--unit)*3);
}