Fix styling

This commit is contained in:
Chris Dill 2024-10-18 09:36:54 +01:00
parent edd0f40e17
commit 90723db161
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>