We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9908b73 commit 0d72aebCopy full SHA for 0d72aeb
1 file changed
src/client/components/css/contact.module.css
@@ -0,0 +1,23 @@
1
+.contact {
2
+ h4 {
3
+ text-align: center;
4
+ }
5
+
6
+ dl {
7
+ margin-inline: 0;
8
+ list-style: none;
9
+ display: grid;
10
+ grid-template-columns: min-content min-content;
11
+ justify-content: center;
12
13
14
+ dt {
15
+ grid-column: 1;
16
+ text-align: left;
17
18
+ dd {
19
+ grid-column: 2;
20
21
22
+}
23
0 commit comments