Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 5f646aa

Browse files
committed
fix tabulation
1 parent c026f9d commit 5f646aa

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

src/assets/css/mod_sysinfo.css

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
div#mod_sysinfo {
2-
display: flex;
3-
flex-direction: row;
4-
align-items: center;
5-
justify-content: space-between;
6-
height: 60px;
7-
border-bottom: 1px solid rgba(190, 230, 193, 0.3);
8-
font-size: 12px;
9-
font-family: var(--font_main_light);
10-
letter-spacing: 1px;
2+
display: flex;
3+
flex-direction: row;
4+
align-items: center;
5+
justify-content: space-between;
6+
height: 60px;
7+
border-bottom: 1px solid rgba(190, 230, 193, 0.3);
8+
font-size: 12px;
9+
font-family: var(--font_main_light);
10+
letter-spacing: 1px;
1111
}
1212

1313
div#mod_sysinfo::before {
@@ -29,20 +29,20 @@ div#mod_sysinfo::after {
2929
}
3030

3131
div#mod_sysinfo div {
32-
height: 100%;
33-
box-sizing: border-box;
34-
padding: 10px 5px;
35-
display: flex;
36-
flex-direction: column;
37-
align-items: flex-start;
38-
justify-content: space-around;
32+
height: 100%;
33+
box-sizing: border-box;
34+
padding: 10px 5px;
35+
display: flex;
36+
flex-direction: column;
37+
align-items: flex-start;
38+
justify-content: space-around;
3939
}
4040

4141
div#mod_sysinfo h1 {
42-
margin: 0px;
43-
opacity: 0.5;
42+
margin: 0px;
43+
opacity: 0.5;
4444
}
4545

4646
div#mod_sysinfo h2 {
47-
margin: 0px;
47+
margin: 0px;
4848
}

0 commit comments

Comments
 (0)