Added specific font-size for .btn-cta in the 500px breakpoint (#37201)

This commit is contained in:
Mattia Tommasone
2019-10-11 15:25:16 +02:00
committed by Ahmad Abdolsaheb
parent c3d2b19d62
commit 365f599c06

View File

@ -86,6 +86,9 @@ p {
h3 { h3 {
font-size: 1rem; font-size: 1rem;
} }
.btn-cta {
font-size: 1.2rem;
}
} }
.text-center { .text-center {