This commit is contained in:
Markus 2025-07-23 16:46:21 +02:00
parent 861bb178f1
commit 9df489d983
33 changed files with 1067 additions and 240 deletions

View file

@ -20,7 +20,7 @@
padding-bottom: 5px;
a {
color: #7b7b7b;
color: $black;
padding: 10px 15px;
font : {
@ -32,7 +32,7 @@
&:hover,
&:focus {
color: $black;
color: #f5a623;
background: transparent;
}
}

View file

@ -1,6 +1,6 @@
.service {
text-align: center;
padding: 90px 0;
padding: 30px 0;
@include tablet {
padding-top: 20px;
@ -8,7 +8,7 @@
}
.service-item {
padding-bottom: 30px;
padding-bottom: 10px;
i {
font-size: 50px;