This commit is contained in:
2025-06-24 10:56:02 +02:00
parent a97df74ef4
commit 10c1435dba
35 changed files with 509 additions and 185 deletions

View File

@@ -2,10 +2,9 @@
width: 100%;
display: flex;
flex-direction: row;
padding: .5rem .5rem;
padding: 0 .75rem;
border-radius: 16px;
line-height: normal;
box-shadow: var(--custom-box-shadow);
justify-content: space-between;
align-items: center;
}
@@ -19,7 +18,7 @@
.contact-left-section {
display: flex;
align-items: center;
margin-left: 4px;
gap: 1rem;
}
.title-section {
@@ -40,7 +39,7 @@
}
.title-section ::deep > .contact-title {
font-weight: 800 !important;
font-weight: 700 !important;
margin: 0 !important;
line-height: normal !important;
}