Skip to content

Commit dda6f64

Browse files
committed
view-job-offers: adapt font sizes
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 376120f commit dda6f64

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/dbp-bulletin-job-offer-detail.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export class JobOfferDetail extends ScopedElementsMixin(DBPBulletinLitElement) {
321321
display: flex;
322322
gap: 0.35rem;
323323
margin-bottom: 0.2rem;
324-
font-size: 0.95rem;
324+
font-size: 1rem;
325325
}
326326
327327
.meta-item dt {
@@ -348,7 +348,7 @@ export class JobOfferDetail extends ScopedElementsMixin(DBPBulletinLitElement) {
348348
border: 1px solid var(--dbp-content);
349349
border-radius: 2px;
350350
padding: 0.1rem 0.4rem;
351-
font-size: 0.8rem;
351+
font-size: 1rem;
352352
color: var(--dbp-content);
353353
}
354354

src/dbp-bulletin-view-job-offers.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ class ViewJobOffers extends ScopedElementsMixin(DBPBulletinLitElement) {
915915
916916
.job-title {
917917
margin: 0 0 0.6rem 0;
918-
font-size: 1rem;
918+
font-size: 1.15rem;
919919
font-weight: 600;
920920
line-height: 1.35;
921921
}
@@ -926,14 +926,14 @@ class ViewJobOffers extends ScopedElementsMixin(DBPBulletinLitElement) {
926926
border: 1px solid var(--dbp-content);
927927
border-radius: 2px;
928928
padding: 0.1rem 0.4rem;
929-
font-size: 0.8rem;
929+
font-size: 1rem;
930930
color: var(--dbp-content);
931931
margin-bottom: 0.5rem;
932932
}
933933
934934
.job-deadline {
935935
margin: 0 0 0.75rem 0;
936-
font-size: 0.875rem;
936+
font-size: 1rem;
937937
}
938938
939939
.job-card-footer {
@@ -979,7 +979,7 @@ class ViewJobOffers extends ScopedElementsMixin(DBPBulletinLitElement) {
979979
.page-size-wrapper .label {
980980
margin-bottom: 0;
981981
white-space: nowrap;
982-
font-size: 0.875rem;
982+
font-size: 1rem;
983983
}
984984
985985
.page-size-wrapper .control select {

0 commit comments

Comments
 (0)