Benjamin Yule Bädorf
e6279896d6
* Separate german and english language pages * Add a services page with details per service * Move hakken dates into the same container as the text * Introductory text on the homepage
30 lines
384 B
SCSS
30 lines
384 B
SCSS
.ps-hakken-dates {
|
|
&--list {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
|
|
&--title {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
&--permalink {
|
|
min-height: 2rem;
|
|
}
|
|
|
|
&--item {
|
|
border-left: 0.25rem solid var(--accent);
|
|
padding-left: 1rem;
|
|
}
|
|
|
|
&--times {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
&--location {
|
|
margin-top: 0;
|
|
}
|
|
}
|