@@ -83,11 +83,11 @@ import Layout from "#layouts/Layout.astro";
|
|||||||
@apply border-b pb-4;
|
@apply border-b pb-4;
|
||||||
|
|
||||||
&-title {
|
&-title {
|
||||||
@apply text-xl font-bold text-gray-800 mb-2;
|
@apply text-2xl font-bold text-gray-800 mb-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-content {
|
&-content {
|
||||||
@apply text-gray-600 text-base;
|
@apply text-gray-600 text-xl;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-highlight {
|
&-highlight {
|
||||||
@@ -95,7 +95,7 @@ import Layout from "#layouts/Layout.astro";
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-email {
|
&-email {
|
||||||
@apply text-blue-500 underline;
|
@apply text-secondary underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user