Skip to content

Commit 1fd8f0f

Browse files
committed
small design fixes for home page
1 parent 444f22a commit 1fd8f0f

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

force-app/nksHomePage/lwc/nksHomePageHighlightPanelTop/nksHomePageHighlightPanelTop.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.container {
22
background-color: #335f67;
3+
border-bottom: solid 0.0625rem #75aeb6;
34
display: flex;
45
align-items: center;
56
justify-content: center;

force-app/nksHomePage/lwc/nksHomePageListEntry/nksHomePageListEntry.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ img {
1212
}
1313

1414
.title {
15-
font-size: 1.17rem;
15+
font-size: 1.075rem;
1616
font-weight: 600;
17-
color: black;
17+
color: #03234d;
1818
}
1919

2020
.summary {

force-app/nksHomePage/lwc/nksHomePageText/nksHomePageText.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<h2 class="slds-text-heading_medium slds-truncate">{cardTitle}</h2>
1616
</div>
1717
</div>
18-
<p class="slds-var-p-horizontal_medium">
18+
<p>
1919
<lightning-formatted-rich-text value={information}></lightning-formatted-rich-text>
2020
</p>
2121
</section>
@@ -37,7 +37,7 @@ <h2 class="slds-text-heading_medium slds-truncate">{cardTitle}</h2>
3737
<h2 class="slds-text-heading_medium slds-truncate">{cardTitle}</h2>
3838
</div>
3939
</div>
40-
<p class="slds-var-p-horizontal_medium">
40+
<p>
4141
<lightning-formatted-rich-text value={information}></lightning-formatted-rich-text>
4242
</p>
4343
<div class="slds-var-p-top_small">
@@ -95,7 +95,7 @@ <h2 class="slds-card__header-title slds-truncate">{cardTitle}</h2>
9595
</template>
9696
</div>
9797
<template lwc:if={information}>
98-
<p class="slds-var-p-horizontal_medium">
98+
<p>
9999
<lightning-formatted-rich-text value={information}></lightning-formatted-rich-text>
100100
</p>
101101
<template lwc:if={hasOpeningHours}>

0 commit comments

Comments
 (0)