diff --git a/css/details.css b/css/details.css index 4af7b39..e9e6b14 100644 --- a/css/details.css +++ b/css/details.css @@ -115,6 +115,7 @@ main > nav { main > div { height: 42rem; + border-radius: 0 0 1.1rem 1.1rem; display: flex; flex-direction: row; flex-wrap: nowrap; @@ -141,6 +142,7 @@ main > div aside { border-radius: 0 0 0 1.1rem; overflow-y: auto; overscroll-behavior-y: contain; + scrollbar-color: #ffffff #1d2345; } @media (max-width: 670px) { @@ -178,9 +180,10 @@ main > div section { section div.loan-offer-details { padding: 2rem; - border-radius: 0 0 1.1rem 0; overflow-y: auto; overscroll-behavior-y: contain; + scrollbar-color: #36cf9b #1d2345; + border-radius: 0 0 1.1rem 0; display: flex; flex-direction: column; row-gap: 2rem; @@ -219,6 +222,7 @@ div.loan-offer-details ul { div.loan-offer-details ul li span { font-weight: 500; font-size: 1.2rem; + text-transform: capitalize; } main > div section div.loan-offer-details input { diff --git a/css/index.css b/css/index.css index 47b9b7f..81c7b8c 100644 --- a/css/index.css +++ b/css/index.css @@ -334,7 +334,7 @@ div.cars-container { width: 100%; border-radius: 0 0 0 1.1rem; padding: 1rem; - font-weight: 500; + font-weight: 600; } .car-offer button.claim-btn span.claim-text:hover { width: 80%; diff --git a/css/main.css b/css/main.css index 4d7fa28..b329d56 100644 --- a/css/main.css +++ b/css/main.css @@ -308,6 +308,7 @@ footer div.footer-spacer { } .loan-offer-entry span.offer-car-info { font-weight: 600; + text-transform: capitalize; } .loan-offer-entry span.offer-loan-info { color: #333333; diff --git a/details.html b/details.html index dfc8317..8b563bf 100644 --- a/details.html +++ b/details.html @@ -36,7 +36,7 @@