frontend: FunctionTabs en plusieurs components

This commit is contained in:
Divlo
2020-03-24 09:54:50 +01:00
parent 53330095be
commit b479e1501f
12 changed files with 114 additions and 84 deletions

View File

@ -7,7 +7,7 @@
box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, .25);
border: 1px solid black;
border-radius: 1rem;
margin-top: 50px;
margin-top: 30px;
}
.FunctionComponent__title {
margin: 0;
@ -15,4 +15,7 @@
.FunctionComponent__description {
word-break: break-all;
margin-bottom: 0;
}
.FunctionComponent__slide {
margin-top: 30px;
}