Truong-Phuc Nguyen
commited on
Commit
•
47e0228
1
Parent(s):
a887cae
Update static/styles.css
Browse files- static/styles.css +12 -2
static/styles.css
CHANGED
@@ -13,6 +13,16 @@
|
|
13 |
font-size: 1.11rem;
|
14 |
}
|
15 |
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
margin-top: 35px;
|
18 |
-
} */
|
|
|
13 |
font-size: 1.11rem;
|
14 |
}
|
15 |
|
16 |
+
p,
|
17 |
+
ol,
|
18 |
+
ul,
|
19 |
+
dl {
|
20 |
+
margin: 0px 0px 1rem;
|
21 |
+
padding: 0px;
|
22 |
+
font-size: 1.11rem;
|
23 |
+
font-weight: 400;
|
24 |
+
}
|
25 |
+
|
26 |
+
/* .st-dk {
|
27 |
margin-top: 35px;
|
28 |
+
} */
|