Skip to content

Commit a0a4f75

Browse files
authoredJan 25, 2023
feat(Events/Workshop): space when join jsconf link (#209)
1 parent adb2846 commit a0a4f75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pages/events/[id].tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const H2 = styled.h2`
152152
const SmartButtonContainer = styled.div`
153153
text-align: center;
154154
position: relative;
155-
margin-top: 24px;
155+
margin: 24px 16px 16px 16px;
156156
font-size: 20px;
157157
`;
158158

‎pages/workshops/[id].tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const B = styled.b`
137137
const SmartButtonContainer = styled.div`
138138
text-align: center;
139139
position: relative;
140-
margin-top: 24px;
140+
margin: 24px 16px 16px 16px;
141141
font-size: 20px;
142142
`;
143143

0 commit comments

Comments
 (0)
Please sign in to comment.