Skip to content

Commit 54955a4

Browse files
renovate[bot]actions-user
authored andcommitted
[CI] Format Code!
Format code using Prettier
1 parent 9701035 commit 54955a4

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

assets/css/global.css

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ html,
1515
body {
1616
padding: 0;
1717
margin: 0;
18-
font-family: Vazirmatn RD UI FD, sans-serif;
18+
font-family:
19+
Vazirmatn RD UI FD,
20+
sans-serif;
1921
background-color: var(--bg-color);
2022
-webkit-user-select: none;
2123
-moz-user-select: none;
@@ -102,8 +104,15 @@ hr {
102104
/* code */
103105
.code {
104106
border-radius: 3px;
105-
font-family: Space Mono, SFMono-Regular, Menlo, Monaco, Consolas,
106-
Liberation Mono, Courier New, monospace;
107+
font-family:
108+
Space Mono,
109+
SFMono-Regular,
110+
Menlo,
111+
Monaco,
112+
Consolas,
113+
Liberation Mono,
114+
Courier New,
115+
monospace;
107116
background: var(--bg-color);
108117
border: 1px solid var(--light-gray-color);
109118
color: var(--primary-color-light);

assets/css/landing.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ nav {
8787

8888
.changelog .section__title,
8989
.changelog .button--secondary {
90-
font-family: Vazirmatn RD UI FD, sans-serif;
90+
font-family:
91+
Vazirmatn RD UI FD,
92+
sans-serif;
9193
}
9294

9395
.changelog__item {

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="fa">
33
<head>
44
<meta charset="utf-8" />

0 commit comments

Comments
 (0)