Refactoring
This commit is contained in:
@@ -65,7 +65,7 @@ export default function Index() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<span className='separator' />
|
<span className={styles.separator} />
|
||||||
|
|
||||||
<section className={styles.sectionContainer}>
|
<section className={styles.sectionContainer}>
|
||||||
<h1 className={styles.title}>Postin automaattipalvelu</h1>
|
<h1 className={styles.title}>Postin automaattipalvelu</h1>
|
||||||
@@ -82,7 +82,7 @@ export default function Index() {
|
|||||||
</a>
|
</a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<span className='separator' />
|
<span className={styles.separator} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
.separator {
|
||||||
|
background-color: #c1c1c1;
|
||||||
|
width: 100%;
|
||||||
|
height: 0.05rem;
|
||||||
|
margin-top: 2rem;
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.outerContainer {
|
.outerContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -20,11 +20,3 @@ body {
|
|||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.separator {
|
|
||||||
background-color: #c1c1c1;
|
|
||||||
width: 100%;
|
|
||||||
height: 0.05rem;
|
|
||||||
margin-top: 2rem;
|
|
||||||
margin-bottom: 2rem;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user