mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-04 00:20:26 +03:00
Refactor Analytics component to encode URI parameters
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
left: 0;
|
||||
line-height: 3.5em;
|
||||
opacity: 0.975;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
@ -36,6 +36,7 @@
|
||||
@media (width <=684px) {
|
||||
header {
|
||||
box-shadow: none;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
nav {
|
||||
@ -50,6 +51,6 @@
|
||||
|
||||
<header>
|
||||
<nav>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
<a href="/">Home</a>
|
||||
</nav>
|
||||
</header>
|
||||
|
Reference in New Issue
Block a user