frontend: Functions page et FunctionCard
This commit is contained in:
@ -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
3
frontend/public/css/pages/functions.css
Normal file
3
frontend/public/css/pages/functions.css
Normal file
@ -0,0 +1,3 @@
|
||||
.Functions__title {
|
||||
padding: 20px 0 20px 0;
|
||||
}
|
Reference in New Issue
Block a user