Make performers, info and program responsive
This commit is contained in:
@@ -31,7 +31,7 @@ const Info = () => {
|
||||
<section className={shared.page}>
|
||||
<h1>Info</h1>
|
||||
|
||||
<i>Lisätietoja tulossa myöhemmin!</i>
|
||||
<i className={shared.followNote}>Lisätietoja tulossa myöhemmin!</i>
|
||||
<div className={styles.infoContainer}>
|
||||
<div className={styles.infoTitle} onClick={() => toggleInfo('shop')}>
|
||||
<h2>Livonsaaren Osuuskauppa</h2>
|
||||
|
||||
@@ -30,7 +30,7 @@ const Program = () => {
|
||||
return (
|
||||
<section className={shared.page}>
|
||||
<h1 id='program-start'>Ohjelma</h1>
|
||||
<i>OHJELMA PÄIVITTYY KEVÄÄN MITTAAN, PYSYKÄÄ KUULOLLA!</i>
|
||||
<i className={shared.followNote}>Lisätietoja tulossa myöhemmin!</i>
|
||||
<div className={styles.dayContainer}>
|
||||
<div
|
||||
className={styles.programTitle}
|
||||
|
||||
Reference in New Issue
Block a user