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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue