Fix columns size

This commit is contained in:
2023-10-01 10:22:03 +02:00
parent 5d536ce568
commit 75074d5e90
10 changed files with 36 additions and 32 deletions

View File

@@ -20,6 +20,10 @@ a.badge, a.badge:hover {
padding: 0;
}
.w-33 {
width: 33% !important;
}
#nav-notes > p {
padding: .5rem;
}