diff --git a/hugo.toml b/hugo.toml index d7a090c..3e3fca7 100644 --- a/hugo.toml +++ b/hugo.toml @@ -98,14 +98,16 @@ pagination = { pagerSize = 6, path = "page" } gradient_angle = 30 # Primary button - [params.cta.primary_button] + [params.cta.primary_button] text = "Réserver une démo" url = "/contact" + open_tab = false # Secondary button [params.cta.secondary_button] text = "Essayer la démo" url = "http://demo.chill.social/" + open_tab = true diff --git a/static/css/style.css b/static/css/style.css index dc0e98a..9fefd87 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -2212,10 +2212,6 @@ body { order: 2; } -.float-right { - float: right; -} - .\!my-0 { margin-top: 0px !important; margin-bottom: 0px !important; @@ -2336,10 +2332,6 @@ body { margin-top: auto; } -.ml-auto { - margin-left: auto; -} - .line-clamp-2 { overflow: hidden; display: -webkit-box; diff --git a/themes/chill-theme/layouts/partials/components/cta.html b/themes/chill-theme/layouts/partials/components/cta.html index 5c2ec1a..2de44bb 100644 --- a/themes/chill-theme/layouts/partials/components/cta.html +++ b/themes/chill-theme/layouts/partials/components/cta.html @@ -11,13 +11,17 @@
{{ .Site.Params.cta.description }}