Skip to content

Commit 0d72aeb

Browse files
committed
[Temp] #58 conctact module css
1 parent 9908b73 commit 0d72aeb

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
text-align: center;
21+
}
22+
}
23+

0 commit comments

Comments
 (0)