frontend: Functions page et FunctionCard

This commit is contained in:
Divlo
2020-03-19 16:13:51 +01:00
parent d4fb1e3aba
commit 0be0abf13c
11 changed files with 1411 additions and 442 deletions

View File

@ -50,6 +50,12 @@ a:hover {
text-align: center;
word-break: break-word;
}
.justify-content-center {
justify-content: center;
}
.align-items-center {
align-items: center;
}
a, .important {
color: var(--important);
text-decoration: none;

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,3 @@
.Functions__title {
padding: 20px 0 20px 0;
}