Add themes folder

This commit is contained in:
Markus 2025-06-07 23:02:15 +02:00
parent 78eab7dcac
commit 077da5b941
108 changed files with 6225 additions and 0 deletions

View file

@ -0,0 +1,26 @@
.call-to-action {
text-align: center;
padding: 70px 0px;
@include tablet {
padding-top: 20px;
padding-bottom: 20px;
}
h2 {
color: $white;
margin: 0px;
padding: 30px 0px;
}
p {
color: $white;
}
.btn-main {
padding: 15px 35px;
font-size: 14px;
margin-top: 30px;
margin-bottom: 30px;
}
}