12 lines
157 B
CSS
12 lines
157 B
CSS
.ServiceList {
|
|
width: 80%;
|
|
}
|
|
|
|
.ServiceRow {
|
|
border-style: solid;
|
|
border-color: var(--color-text);
|
|
}
|
|
|
|
.ServiceEntry {
|
|
text-decoration: none;
|
|
} |