fix: target='_new' for hrefs
This commit is contained in:
parent
09d0ac69d1
commit
26f9fa1c45
@ -75,7 +75,7 @@
|
|||||||
}
|
}
|
||||||
.logo_wrapper {
|
.logo_wrapper {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
width: 25em;
|
width: 20em;
|
||||||
}
|
}
|
||||||
.navbar_wrapper {
|
.navbar_wrapper {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -87,7 +87,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 1em;
|
gap: 1em;
|
||||||
background-color: var(--main-bg-color);
|
background-color: var(--main-bg-color);
|
||||||
width: 25em;
|
width: 20em;
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
|
Loading…
Reference in New Issue
Block a user