Commit 89c4ce00 by PLN (Algolia)

cosmic: image+details

parent 8a18cc74
...@@ -61,8 +61,10 @@ export default function CosmicFestHome() { ...@@ -61,8 +61,10 @@ export default function CosmicFestHome() {
<header className={styles.hero}> <header className={styles.hero}>
{/* Hero image is set via CSS background for now */} {/* Hero image is set via CSS background for now */}
<h1>🌠 cosmicfest 🌌</h1> <h1>🌠 cosmicfest 🌌</h1>
<p>ondes de rythmes, océan et code.<br />21 juin, labenne océan.</p> <h3 style={{ paddingTop: '1em' }}>
<h3>🪐</h3> ondes de rythmes, plages sonores, et code source.
</h3>
<h2>21 juin, labenne océan.<br />🪐</h2>
</header> </header>
<section className={styles.section} id="lineup"> <section className={styles.section} id="lineup">
......
...@@ -242,6 +242,7 @@ ...@@ -242,6 +242,7 @@
.gallery a { /* Specific for youtube links if not using background images */ .gallery a { /* Specific for youtube links if not using background images */
background-color: #333; /* Darker for video links */ background-color: #333; /* Darker for video links */
height: 30px;
color: #fff; color: #fff;
} }
.gallery a:hover { .gallery a:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment