Instagram section
This commit is contained in:
@@ -105,6 +105,20 @@ export default function Index() {
|
||||
</section>
|
||||
|
||||
<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>
|
||||
);
|
||||
|
||||
@@ -113,9 +113,22 @@
|
||||
}
|
||||
|
||||
.menuLink:hover {
|
||||
color: #a3a2a2 !important;
|
||||
color: #a3a2a2;
|
||||
|
||||
h1 {
|
||||
color: #a3a2a2 !important;
|
||||
color: #a3a2a2;
|
||||
}
|
||||
}
|
||||
|
||||
.instagramLink {
|
||||
color: #686868;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.instagramLink:hover {
|
||||
color: #a3a2a2;
|
||||
}
|
||||
|
||||
.instagramText {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user