tweak styling

This commit is contained in:
Konstantin Schaper
2023-02-07 11:00:59 +01:00
parent 38ae969899
commit de46d8f4a5

View File

@@ -567,11 +567,13 @@ ul.is-separated {
// tables
.table {
width: 100%;
td {
overflow-wrap: anywhere;
}
td,
th {
border-color: $white-ter;
padding: 1rem;
overflow-wrap: anywhere;
}
}
@@ -636,7 +638,6 @@ ul.is-separated {
background-color: $white-bis;
border-bottom: 1px solid $white-ter;
border-left-color: $grey;
overflow-wrap: anywhere;
&:first-child {
border-left: 3px solid;