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: 10 additions & 0 deletions assets/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ ol {
ul,
ol {
padding-left: 2rem;

li > small {
display: inline-block;
line-height: 1.2;
}
}

button {
Expand Down Expand Up @@ -168,10 +173,15 @@ img {
@mixin add-columns($columns) {
&--columns-#{$columns} {
columns: $columns;
column-gap: 2.4rem;

@media (max-width: #{$breakpoint-md}) {
columns: 1;
}

li {
break-inside: avoid-column;
}
}
}

Expand Down
3 changes: 2 additions & 1 deletion content/booking/db-website-fip-db/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ FIP 50 Fahrkarten können für die folgenden Länder erworben werden:
<!-- prettier-ignore -->
- Polen
- Österreich
- Italien (nur Brennerverkehr mit Österreich und ECE Frankfurt - Mailand)
- Italien \
<small>Nur Brennerverkehr mit Österreich und ECE Frankfurt - Mailand</small>
- Tschechien
- Schweiz
- Luxemburg
Expand Down
3 changes: 2 additions & 1 deletion content/booking/db-website-fip-db/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ FIP 50 Tickets can be purchased for the following countries:
<!-- prettier-ignore -->
- Poland
- Austria
- Italy (only Brenner route with Austria and ECE Frankfurt - Milan)
- Italy \
<small>only Brenner route with Austria and ECE Frankfurt - Milan</small>
- Czech Republic
- Switzerland
- Luxembourg
Expand Down
3 changes: 2 additions & 1 deletion content/booking/db-website-fip-db/index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Les billets FIP 50 peuvent être achetés pour les pays suivants :
<!-- prettier-ignore -->
- Pologne
- Autriche
- Italie (uniquement la ligne du Brenner avec l’Autriche et le ECE Francfort – Milan)
- Italie \
<small>uniquement la ligne du Brenner avec l’Autriche et le ECE Francfort – Milan</small>
- République tchèque
- Suisse
- Luxembourg
Expand Down
3 changes: 2 additions & 1 deletion content/booking/db-website-fip-international/index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ FIP 50 Fahrkarten können für die folgenden Länder erworben werden, solange ei
- Dänemark
- Deutschland
- Frankreich
- Italien (nur Brennerverkehr mit Österreich und ECE Frankfurt - Mailand)
- Italien \
<small>Nur Brennerverkehr mit Österreich und ECE Frankfurt - Mailand</small>
- Luxemburg
- Niederlande
- Österreich
Expand Down
3 changes: 2 additions & 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,8 @@ FIP 50 Tickets can be purchased for the following countries, as long as a sectio
- Denmark
- France
- Germany
- Italy (only Brenner route with Austria and ECE Frankfurt - Milan)
- Italy \
<small>only Brenner route with Austria and ECE Frankfurt - Milan</small>
- Luxembourg
- Netherlands
- Poland
Expand Down
3 changes: 2 additions & 1 deletion content/booking/db-website-fip-international/index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ Les billets FIP 50 peuvent être achetés pour les pays suivants, à condition q
- Danemark
- France
- Allemagne
- Italie (uniquement ligne du Brenner avec l’Autriche et ECE Francfort – Milan)
- Italie \
<small>uniquement la ligne du Brenner avec l’Autriche et le ECE Francfort – Milan</small>
- Luxembourg
- Pays-Bas
- Pologne
Expand Down
Loading