mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-03 16:10:26 +03:00
23 lines
292 B
Plaintext
23 lines
292 B
Plaintext
|
<style lang="scss">
|
||
|
@import "../scss/_variables.scss";
|
||
|
|
||
|
header {
|
||
|
padding-bottom: 1rem;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
margin-right: 1.5rem;
|
||
|
|
||
|
&:last-child {
|
||
|
margin-right: 0;
|
||
|
}
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<header>
|
||
|
<a href="/">Home</a>
|
||
|
<a href="/blog">Blog</a>
|
||
|
</header>
|