Skip to content

Commit d4201f6

Browse files
fixed styling
1 parent 9ba8b8f commit d4201f6

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

packages/cpt-ui/src/styles/card.scss

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.eps-card {
2-
margin-bottom: 1rem;
2+
margin-bottom: 0rem;
33
padding: 0rem;
44

55
&__content {
@@ -39,6 +39,10 @@
3939
color: #005eb8;
4040
text-decoration: underline;
4141
cursor: pointer;
42+
43+
.nhsuk-heading-s {
44+
font-size: 1.1875rem;
45+
}
4246
}
4347

4448
&__roleName {
@@ -143,3 +147,17 @@
143147
.error-message-stack .nhsuk-error-message:not(:last-child) {
144148
margin-bottom: 2px;
145149
}
150+
151+
@media (max-width: 640px) {
152+
.eps-card {
153+
&__org-name {
154+
.nhsuk-heading-s {
155+
font-size: 1rem;
156+
}
157+
}
158+
159+
&__content {
160+
flex-direction: column;
161+
}
162+
}
163+
}

0 commit comments

Comments
 (0)