Skip to content
Snippets Groups Projects
Verified Commit fdf911a0 authored by Jakob Görgen's avatar Jakob Görgen
Browse files

fixed form card issue

parent 4e296274
No related branches found
No related tags found
No related merge requests found
Pipeline #104640 passed
......@@ -7,7 +7,7 @@ permalink: /newsletter/
---
<div class="container">
<div class="card">
<div class="form-card">
<h1>Keep me updated!</h1>
<form id="newsletter-form">
......
$info-input-text-size: 18px;
$border-radius: 0.3em;
.card {
.form-card {
width: auto;
background-color: #fff;
border-radius: 8px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment