File tree Expand file tree Collapse file tree
src/slides/1-Introduction Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ import logo from "../../assets/logo_devoxx_france_2019_simple.png";
55<section data-background-iframe ={ " https://view-transition-demo-tgianellas-projects.vercel.app/shuffle" } >
66 <h1 >L'API viewTransition : une révolution pour le web ?</h1 >
77 <div >
8- <p >Théo Gianella - 17/04/2025</p >
8+ <span >Théo Gianella</span >
9+ <span >17/04/2025</span >
910 <img src ={ logo .src } >
1011 </div >
1112
@@ -14,14 +15,18 @@ import logo from "../../assets/logo_devoxx_france_2019_simple.png";
1415<style >
1516 h1 {
1617 font-size: 2em;
17- margin-bottom : 5vh;
18+ margin-top : 5vh;
1819 }
1920
2021 div {
2122 display: flex;
2223 align-items: center;
2324 justify-content: center;
24- gap: 2rem;
25+ gap: 4rem;
26+ }
27+
28+ span:first-child {
29+ font-weight: bold;
2530 }
2631</style >
2732
You can’t perform that action at this time.
0 commit comments