Improve header font size
All checks were successful
buildbot/nix-eval Build done.
check / test (push) Successful in 14s
deploy / test (push) Successful in 15s

This commit is contained in:
Luis Hebendanz 2024-05-24 17:28:58 +02:00
parent e4e80462c4
commit 4b756455f4
2 changed files with 11 additions and 5 deletions

View File

@ -7,7 +7,7 @@ span[data-value="Darknet"] {
.top-header {
background-color: #2C2C2C;
padding: 20px 0;
padding: 1em 0;
width: 100%;
position: fixed;
top: 0;
@ -18,15 +18,23 @@ span[data-value="Darknet"] {
.header-nav-links a {
color: #FFFFFF;
text-decoration: none;
margin: 0 15px;
font-size: 16px;
margin: 0 1em;
font-size: 1.5em;
}
.header-nav-links a:hover {
text-decoration: underline;
}
@media screen and (max-width: 736px) {
}
@media screen and (max-width: 480px) {
.header-nav-links a {
font-size: 1em;
}
}
/*
Directive by HTML5 UP

View File

@ -15,10 +15,8 @@
</head>
<body class="is-preload">
<header class="top-header">
<div class="container">
<nav class="header-nav-links">
<a href="https://docs.clan.lol/blog/">Blog</a>
<a href="https://docs.clan.lol/">Getting Started</a>