update(site.css): für eine responsivere Seite px in rem umgewandelt

This commit is contained in:
Developer 02
2024-07-22 10:36:35 +02:00
parent fad0a6070c
commit 18e79cf516
2 changed files with 21 additions and 6 deletions

View File

@@ -210,10 +210,6 @@ footer#page-footer {
font-size: 1.125rem;
}
.signature-process-name {
font-size: 0.938rem;
font-weight: 700;
}
.mail-link {
color: black;
@@ -232,12 +228,13 @@ footer#page-footer {
}
.navbar-toggler {
transform: scale(0.75);
padding: 0;
}
.navbar-brand {
font-size: 0.5rem;
text-align: center;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
@@ -278,6 +275,15 @@ footer#page-footer {
.page section {
max-width: 90%;
}
.highlight {
font-weight: 700;
font-size: 0.5rem;
}
.signature-process-title, .signature-process-name {
font-size: 0.7rem;
}
}
@media (max-height: 850px) {
.collapse .card-text, .collapsing .card-text {
@@ -285,5 +291,14 @@ footer#page-footer {
margin: 0rem;
padding: 0rem;
}
.highlight {
font-weight: 700;
font-size: 0.5rem;
}
.signature-process-title, .signature-process-name {
font-size: 0.7rem;
}
}