Files
website/site/styles/services.css
2026-05-01 22:56:30 +02:00

25 lines
312 B
CSS

table {
table-layout: fixed;
border-spacing: 0;
margin-bottom: 3rem;
}
th,
td {
text-align: left;
border-left: 2px solid var(--border);
}
th {
padding: 1rem;
border-bottom: 2px solid var(--border);
}
td {
padding: 1rem 1rem 0 1rem;
vertical-align: top;
a {
word-break: keep-all;
}
}