Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Draft: Resolve "feat: add free try"

Open Celeste Robert requested to merge 133-feat-add-free-try into master
3 files
+ 23
9
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 10
0
@@ -121,3 +121,13 @@
box-shadow: var(--ifm-global-shadow-tl);
border-radius: var(--ifm-card-border-radius);
}
.free-trial-container {
width: 100%;
display: flex;
}
.free-trial {
font-size: 1.3rem;
margin: 0px auto 2rem auto;
}
Loading