feat(css): increase CTA button size

This commit is contained in:
Gigi
2022-04-27 23:58:15 +02:00
parent 3e16828028
commit 73bb795e34

View File

@@ -81,6 +81,7 @@ p>code {
.btn-custom { .btn-custom {
background-color: hsl(29, 29%, 40%) !important; background-color: hsl(29, 29%, 40%) !important;
font-size: 1.4rem;
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#af8d6e", endColorstr="#836548"); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#af8d6e", endColorstr="#836548");
background-image: -khtml-gradient(linear, left top, left bottom, from(#af8d6e), to(#836548)); background-image: -khtml-gradient(linear, left top, left bottom, from(#af8d6e), to(#836548));