Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions assets/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ img {
}
}

@mixin add-list-columns($columns) {
@mixin add-columns($columns) {
&--columns-#{$columns} {
columns: $columns;

Expand All @@ -106,10 +106,10 @@ img {
}
}

.o-list{
@include add-list-columns(1);
@include add-list-columns(2);
@include add-list-columns(3);
.o-section{
@include add-columns(1);
@include add-columns(2);
@include add-columns(3);
}

.o-single {
Expand Down
2 changes: 1 addition & 1 deletion content/booking/db_website_fip_db/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FIP 50 Fahrkarten können für die folgenden Länder erworben werden:
- Niederlande
- Belgien
- Frankreich
{.o-list--columns-3}
{.o-section--columns-3}
{{% /booking-section %}}

{{% booking-section "reservations" %}}
Expand Down
2 changes: 1 addition & 1 deletion content/booking/db_website_fip_db/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FIP 50 Tickets can be purchased for the following countries:
- Netherlands
- Belgium
- France
{.o-list--columns-3}
{.o-section--columns-3}
{{% /booking-section %}}

{{% booking-section "reservations" %}}
Expand Down
2 changes: 1 addition & 1 deletion content/booking/db_website_fip_international/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ FIP 50 Fahrkarten können für die folgenden Länder erworben werden, solange ei
- Polen
- Schweiz
- Tschechien
{.o-list--columns-3}
{.o-section--columns-3}
{{% /booking-section %}}

{{% booking-section "reservations" %}}
Expand Down
2 changes: 1 addition & 1 deletion content/booking/db_website_fip_international/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ FIP 50 Tickets can be purchased for the following countries, as long as a sectio
- Netherlands
- Poland
- Switzerland
{.o-list--columns-3}
{.o-section--columns-3}
{{% /booking-section %}}

{{% booking-section "reservations" %}}
Expand Down
2 changes: 1 addition & 1 deletion content/booking/dsb_ticket_office/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ Internationale Reservierungen können an den internationalen Ticketschaltern in
- Schweden
- Schweiz
- Tschechien
{.o-list--columns-3}
{.o-section--columns-3}
{{% /booking-section %}}
2 changes: 1 addition & 1 deletion content/booking/dsb_ticket_office/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ International reservations can be issued at the international ticket counters at
- Norway
- Sweden
- Switzerland
{.o-list--columns-3}
{.o-section--columns-3}
{{% /booking-section %}}
2 changes: 1 addition & 1 deletion content/booking/dsb_website/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Ausländische Reservierungen können [DSB Travel B-Europe](https://travel.b-euro
- Niederlande
- Österreich
- Tschechien
{.o-list--columns-2}
{.o-section--columns-2}
{{% /booking-section %}}
2 changes: 1 addition & 1 deletion content/booking/dsb_website/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ Foreign reservations can be purchased via [DSB Travel B-Europe](https://travel.b
- Germany
- Luxembourg
- Netherlands
{.o-list--columns-2}
{.o-section--columns-2}
{{% /booking-section %}}
2 changes: 1 addition & 1 deletion content/booking/ns_ticket_office/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FIP 50 Tickets können nur an Full-Service (Light) Bahnhöfen mit Fahrkartenscha
- Utrecht Centraal
- Zaandam
- Zwolle
{.o-list--columns-3}
{.o-section--columns-3}
{{% /booking-section %}}

{{% booking-section "reservations" %}}
Expand Down
2 changes: 1 addition & 1 deletion content/booking/ns_ticket_office/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ FIP 50 tickets can only be purchased at full-service (light) stations with ticke
- Utrecht Centraal
- Zaandam
- Zwolle
{.o-list--columns-3}
{.o-section--columns-3}
{{% /booking-section %}}

{{% booking-section "reservations" %}}
Expand Down
Loading