forked from markus/AMPERION_Webpage
Zwischenstand 310725
This commit is contained in:
parent
b18d1e9169
commit
a4639d351b
5 changed files with 11 additions and 49 deletions
|
|
@ -251,7 +251,6 @@ input[type="tel"] {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
.section-title {
|
||||
margin-bottom: 20px;
|
||||
|
||||
|
|
@ -263,26 +262,14 @@ input[type="tel"] {
|
|||
margin: 0;
|
||||
padding: 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
@media (max-width: 480px) {
|
||||
font-size: 1.2em; /* Noch kleinere Schriftgröße für sehr kleine Geräte */
|
||||
}
|
||||
|
||||
p {
|
||||
font-style: italic;
|
||||
color: darken($light, 57.64);
|
||||
font-family: $font-secondary;
|
||||
font-size: 1em; /* Standard Schriftgröße für p */
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
font-size: 0.9em; /* Kleinere Schriftgröße für mobile Geräte */
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
font-size: 0.8em; /* Noch kleinere Schriftgröße für sehr kleine Geräte */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -435,8 +422,6 @@ input[type="tel"] {
|
|||
}
|
||||
|
||||
select {
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
padding: 0;
|
||||
|
|
|
|||
|
|
@ -60,7 +60,8 @@ h3 {
|
|||
}
|
||||
|
||||
p {
|
||||
font-size: clamp(1rem, 1.5vw, 1.125rem);
|
||||
font-style: normal;
|
||||
font-size: clamp(1.3rem, 1.5vw, 1.4rem);
|
||||
margin-bottom: 1.25rem;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -286,15 +286,11 @@ section {
|
|||
|
||||
/* Titel & Copy nutzen deine Basis-Typo, nur kleine Anpassungen */
|
||||
.service-card-title {
|
||||
font: inherit;
|
||||
font-weight: 600;
|
||||
margin: .25rem 0 .5rem;
|
||||
color: #0f2f2f;
|
||||
}
|
||||
|
||||
.service-card-description {
|
||||
font: inherit;
|
||||
color: #444;
|
||||
line-height: 1.6;
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue