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

27 lines
379 B
CSS
Raw 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;
border-left: 2px solid var(--light-border);
}
th {
padding: 1rem 1rem 0 1rem;
border-bottom: 2px solid var(--light-border);
}
td {
padding: 0 1rem 1rem 1rem;
vertical-align: top;
}
h1 {
margin-bottom: 2rem;
font-weight: normal;
}