Skip to content

Commit f1cade5

Browse files
committed
styling
1 parent ec5bac8 commit f1cade5

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

website/src/styles/global.css

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ body {
1616

1717
.container {
1818
max-width: 600px;
19-
margin: 0 auto;
19+
margin-left: auto;
20+
margin-right: auto;
2021
padding: 0 20px;
2122
}
2223

@@ -25,8 +26,7 @@ h2,
2526
h3,
2627
h4,
2728
h5,
28-
h6,
29-
.col-lbl {
29+
h6 {
3030
color: #333;
3131
margin-top: 1em;
3232
margin-bottom: 0.5em;
@@ -35,6 +35,16 @@ h6,
3535
font-weight: bold;
3636
}
3737

38+
p,
39+
ul,
40+
pre {
41+
margin-bottom: 0.6em;
42+
}
43+
44+
h1 {
45+
text-align: center;
46+
}
47+
3848
p a {
3949
color: #333;
4050
font-weight: bold;
@@ -51,28 +61,7 @@ strong {
5161
color: #333;
5262
}
5363

54-
h1 {
55-
text-align: center;
56-
}
57-
58-
.footer {
59-
margin-top: 3em;
60-
display: flex;
61-
justify-content: space-evenly;
62-
}
63-
64-
.footer a {
65-
color: #777;
66-
text-decoration: none;
67-
}
68-
69-
p,
70-
ul {
71-
margin-bottom: 0.6em;
72-
}
73-
7464
pre {
75-
margin-bottom: 0.6em;
7665
font-size: 14px;
7766
padding: 7px 14px;
7867
}
@@ -88,6 +77,17 @@ hr {
8877
margin: 2em 0;
8978
}
9079

80+
.footer {
81+
margin-top: 3em;
82+
display: flex;
83+
justify-content: space-evenly;
84+
}
85+
86+
.footer a {
87+
color: #777;
88+
text-decoration: none;
89+
}
90+
9191
.logo {
9292
margin: 0 auto;
9393
}

0 commit comments

Comments
 (0)