1
0
Fork 0
decentrala-website-static-new/styles/services.css

27 lines
367 B
CSS
Raw Permalink Normal View History

2023-05-05 10:55:05 +00:00
table {
table-layout: fixed;
border-spacing: 0;
margin-bottom: 3rem;
}
th,
td {
padding: 0 1rem 0 1rem;
text-align: left;
2023-05-05 20:16:03 +00:00
border-left: 2px solid var(--border);
2023-05-05 10:55:05 +00:00
}
th {
padding: 1rem 1rem 0 1rem;
2023-05-05 20:16:03 +00:00
border-bottom: 2px solid var(--border);
2023-05-05 10:55:05 +00:00
}
td {
padding: 0 1rem 1rem 1rem;
vertical-align: top;
}
h1 {
margin-bottom: 2rem;
font-weight: normal;
}