Skip to content

Commit 5f19150

Browse files
style(myopencre): move container spacing to SCSS
1 parent 1704449 commit 5f19150

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

application/frontend/src/pages/MyOpenCRE/MyOpenCRE.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.myopencre-container {
2+
margin-top: 3rem;
3+
}
4+
15
.myopencre-section {
26
margin-top: 2rem;
37
}
@@ -8,4 +12,4 @@
812

913
.myopencre-disabled {
1014
opacity: 0.7;
11-
}
15+
}

application/frontend/src/pages/MyOpenCRE/MyOpenCRE.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export const MyOpenCRE = () => {
153153
/* ------------------ UI ------------------ */
154154

155155
return (
156-
<Container style={{ marginTop: '3rem' }}>
156+
<Container className="myopencre-container">
157157
<Header as="h1">MyOpenCRE</Header>
158158

159159
<p>

0 commit comments

Comments
 (0)