Skip to content

Commit 0ddb9de

Browse files
committed
title improvements
1 parent 7d782a0 commit 0ddb9de

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

src/slides/1-Introduction/Title.astro

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)