reference manager

This commit is contained in:
Jan Prochazka
2021-03-06 09:59:56 +01:00
parent 3d25a51cf9
commit ae9c4b4f98
5 changed files with 111 additions and 7 deletions

View File

@@ -34,6 +34,12 @@ body {
.flex {
display: flex;
}
.nowrap {
white-space: nowrap;
}
.bold {
font-weight: bold;
}
.col-9 {
flex-basis: 75%;