Skip to content

Commit f8aaa8d

Browse files
authored
Merge pull request #4 from RLesur/flyer-fix
hotfix flyer
2 parents e5bfee7 + dc9d240 commit f8aaa8d

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

flyer_day_portrait.Rmd

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,16 @@ border-bottom: 1px solid #000000;
9494
width: 100%;
9595
display: block;
9696
}
97+
:root {
98+
--width: 148mm;
99+
--height: 210mm;
100+
}
97101
```
98102

99103
### Practical information
100104

101-
+ Talks are given in the __Amphithéâtre Tisserand__, the workshops in __Salle 30__ and __Salle 31__.
105+
+ Talks are given in the __Amphithéâtre Tisserand__.
106+
+ Workshops will be held in __Salle 30__ and __Salle 31__.
102107
+ Food will be served in the __Salle du Centenaire__. Everything is vegetarian-friendly.
103108
+ You can use the __#satRdayParis__ hashtag, and follow us on __@satrdayparis__
104109
+ Wifi: __eduroam is available for academics__. Others can use the __"AgroParisTech Visiteurs"__, with the password _VHcwCp8XJ5S_.

my_custom.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
/*
12
.main-block {
23
break-inside: avoid;
34
}
4-
5+
*/
56
.break-after-me {
67
break-after: page;
78
}
@@ -10,12 +11,12 @@
1011
}
1112

1213
@page {
13-
size: 46.8in 33.1in;
14+
size: 148mm 210mm;
1415
margin: 0;
1516
}
1617
* {
1718
box-sizing: border-box;
18-
}
19+
}/*
1920
html {
2021
width: 46.8in;
2122
height: 33.09in;
@@ -59,7 +60,7 @@ body {
5960
.section-10 { grid-area: S10; }
6061
.section-11 { grid-area: S11; }
6162
.section-12 { grid-area: S12; }
62-
63+
*/
6364
h1, .poster-title, .figure {
6465
text-align: center;
6566
}

0 commit comments

Comments
 (0)