@@ -22,12 +22,10 @@ const Footer = () => {
|
|||||||
</Link>
|
</Link>
|
||||||
<div>
|
<div>
|
||||||
<a
|
<a
|
||||||
className={styles.sourceLink}
|
href='https://gitea.tietokonepaja.fi/tietokonepaja/runosaari'
|
||||||
href='https://github.com/codevictory/runosaari.net'
|
|
||||||
>
|
>
|
||||||
lähdekoodi
|
lähdekoodi
|
||||||
</a>
|
</a> by <a href='https://tietokonepaja.fi'>Livonsaaren Tietokonepaja</a>
|
||||||
{' '}by codevictory
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.right}>
|
<div className={styles.right}>
|
||||||
|
|||||||
@@ -29,10 +29,6 @@
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sourceLink {
|
|
||||||
margin-right: 0.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width: 600px) {
|
@media screen and (max-width: 600px) {
|
||||||
.container {
|
.container {
|
||||||
width: 95% !important;
|
width: 95% !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user