File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ .hidden {
2
+ display : none;
3
+ }
4
+ .heading-title {
5
+ margin-bottom : 2px ;
6
+ }
7
+ .text-decoration {
8
+ text-decoration : none;
9
+ }
10
+ .heading-tag {
11
+ margin-bottom : 2px ;
12
+ }
13
+
14
+ .heading-description {
15
+ margin-bottom : 2px ;
16
+ }
17
+
18
+ .link-list {
19
+ padding : 0px 0px 0px 10px ;
20
+ font-size : 18px ;
21
+ }
22
+
23
+ .mx-auto {
24
+ margin-left : auto;
25
+ margin-right : auto;
26
+ }
27
+ .theme-toggle-button {
28
+ padding : 0px ;
29
+ background-color : transparent;
30
+ border : none;
31
+ }
32
+ .image-container-outer {
33
+ margin : 12px auto;
34
+ }
35
+ .image-container {
36
+ width : -webkit-fill-available;
37
+ }
38
+ .readPost {
39
+ margin-top : 60px ;
40
+ margin-bottom : 18px ;
41
+ }
42
+ .paragraf-description {
43
+ margin-bottom : 2px ;
44
+ }
45
+
46
+ .article-card {
47
+ margin-top : 20px ;
48
+ }
You can’t perform that action at this time.
0 commit comments