Fix styling

This commit is contained in:
Rgebee 2024-10-18 09:36:54 +01:00
commit 27959becc8
2 changed files with 5 additions and 12 deletions

View file

@ -25,6 +25,11 @@
gap: 2.5rem;
}
.back a {
border: 0px;
text-decoration: none;
}
.back a img {
max-width: 100%;
height: auto;

View file

@ -47,18 +47,6 @@
}
li a {
display: flex;
font-weight: bold;
font-size: 1.25rem;
border-bottom: 2px solid transparent;
}
li a:hover {
border-bottom: 2px solid var(--link-hover);
}
h2 {
line-height: 1.4;
margin-bottom: 20px;
}
</style>