We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba8b8f commit d4201f6Copy full SHA for d4201f6
packages/cpt-ui/src/styles/card.scss
@@ -1,5 +1,5 @@
1
.eps-card {
2
- margin-bottom: 1rem;
+ margin-bottom: 0rem;
3
padding: 0rem;
4
5
&__content {
@@ -39,6 +39,10 @@
39
color: #005eb8;
40
text-decoration: underline;
41
cursor: pointer;
42
+
43
+ .nhsuk-heading-s {
44
+ font-size: 1.1875rem;
45
+ }
46
}
47
48
&__roleName {
@@ -143,3 +147,17 @@
143
147
.error-message-stack .nhsuk-error-message:not(:last-child) {
144
148
margin-bottom: 2px;
145
149
150
151
+@media (max-width: 640px) {
152
+ .eps-card {
153
+ &__org-name {
154
155
+ font-size: 1rem;
156
157
158
159
+ &__content {
160
+ flex-direction: column;
161
162
163
+}
0 commit comments