This commit is contained in:
2023-12-05 13:49:01 +01:00
parent 7bfa8b35d9
commit efe1b83c62
6 changed files with 233 additions and 0 deletions

View File

@@ -17,3 +17,9 @@ dl{
p{
padding: 0.5rem;
}
nav{
position: sticky;
top: 0;
width: 100%;
background-color: white;
}