Update src/routes/pis/+page.svelte
This commit is contained in:
parent
1d1e9416ab
commit
a7d4158fb5
@ -103,7 +103,7 @@
|
||||
</table>
|
||||
</Island>
|
||||
{:else}
|
||||
<p>To search by headcode use the Train Finder on the homepage</p>
|
||||
<p class="important">To search by headcode use the Train Finder on the homepage</p>
|
||||
<p>This feature now supports all GWR Services</p>
|
||||
<p class="label">Find By Start/End CRS:</p>
|
||||
<form on:submit={findByStartEnd}>
|
||||
@ -129,6 +129,9 @@
|
||||
margin-left: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.important {
|
||||
font-weight: 600;
|
||||
}
|
||||
.label {
|
||||
font-weight: 600;
|
||||
color: var(--main-text-color);
|
||||
|
Loading…
Reference in New Issue
Block a user