Skip to content

Commit 6c03475

Browse files
committed
Website: format code
Run 'yarn fmt' to format code.
1 parent 4a0e6f6 commit 6c03475

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/public/common-head.ejs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
%>
55

66
<meta charset="utf-8" />
7-
<meta content="width=device-width, initial-scale=1" name="viewport">
7+
<meta content="width=device-width, initial-scale=1" name="viewport" />
88

99
<%#
1010
<!--

website/public/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ body {
66
margin-left: auto;
77
margin-right: auto;
88
max-width: 45rem;
9-
padding-left: .5rem;
10-
padding-right: .5rem;
9+
padding-left: 0.5rem;
10+
padding-right: 0.5rem;
1111
}
1212

1313
figure {

0 commit comments

Comments
 (0)