Instagram section

This commit is contained in:
2022-11-05 19:30:18 +02:00
parent fb6144c606
commit 05998ffee0
2 changed files with 29 additions and 2 deletions

View File

@@ -105,6 +105,20 @@ export default function Index() {
</section> </section>
<span className={styles.separator} /> <span className={styles.separator} />
<section className={styles.sectionContainer}>
<h1 className={styles.title + ' ' + styles.instagramText}>
Seuraa meitä{' '}
<a
href='https://www.instagram.com/livonsaaren_osuuskauppa/'
className={styles.instagramLink}
>
@Instagramissa
</a>
</h1>
</section>
<span className={styles.separator} />
</div> </div>
</div> </div>
); );

View File

@@ -113,9 +113,22 @@
} }
.menuLink:hover { .menuLink:hover {
color: #a3a2a2 !important; color: #a3a2a2;
h1 { h1 {
color: #a3a2a2 !important; color: #a3a2a2;
} }
} }
.instagramLink {
color: #686868;
text-decoration: none;
}
.instagramLink:hover {
color: #a3a2a2;
}
.instagramText {
margin-bottom: 0;
}