minor fixes

This commit is contained in:
Nicholas Orlowsky 2024-05-16 19:47:14 +02:00
parent 7eb854592c
commit 24942813b8
Signed by: nickorlow
GPG key ID: 838827D8C4611687
3 changed files with 16 additions and 9 deletions

View file

@ -18,6 +18,7 @@ body {
background-color: #d2e0ec;
margin: 20px auto;
max-width: 750px;
width: 80%;
}
a {
@ -38,3 +39,7 @@ p.lineitem::after {
flex: 1;
border-bottom: 1px dotted #000;
}
.nav-link {
white-space: nowrap;
}