diff --git a/next-tavla/src/Shared/components/Header/styles.module.css b/next-tavla/src/Shared/components/Header/styles.module.css index 915e8bc66..b1408183e 100644 --- a/next-tavla/src/Shared/components/Header/styles.module.css +++ b/next-tavla/src/Shared/components/Header/styles.module.css @@ -1,9 +1,10 @@ .logo { height: auto; - width: 7em; + width: 6em; } .tagText { - font-size: 0.5em; + font-size: 0.4em; color: var(--main-text-color); + margin: 0; } diff --git a/next-tavla/src/Shared/components/Tile/styles.module.css b/next-tavla/src/Shared/components/Tile/styles.module.css index afd928a6a..1d5d2aff9 100644 --- a/next-tavla/src/Shared/components/Tile/styles.module.css +++ b/next-tavla/src/Shared/components/Tile/styles.module.css @@ -3,7 +3,7 @@ width: 100%; background-color: var(--secondary-background-color); color: var(--main-text-color); - padding: 1em; + padding: 0.5em 1em; border-radius: 0.5em; overflow: hidden; } diff --git a/next-tavla/src/Shared/types/tile.ts b/next-tavla/src/Shared/types/tile.ts index fb7674981..d956accb8 100644 --- a/next-tavla/src/Shared/types/tile.ts +++ b/next-tavla/src/Shared/types/tile.ts @@ -3,8 +3,8 @@ import { TTransportMode } from './graphql-schema' export const Columns = { destination: 'Destinasjon', line: 'Linje', - platform: 'Plattform', - time: 'Avgangstid', + platform: 'Plf.', + time: 'Avgang', situations: 'Avvik', } as const