Skip to content

Commit

Permalink
change translations messages and edit imagesize (#976)
Browse files Browse the repository at this point in the history
* change translations messages and edit imagesize

* dynamic sizing
  • Loading branch information
anemne authored Dec 9, 2024
1 parent b75cfc1 commit edf5f69
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 12 deletions.
6 changes: 3 additions & 3 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
"location": "Location",
"all": "All",
"Project Management": "Project Management",
"design": "Design",
"development": "Development",
"administration": "Administration",
"Design": "Design",
"Utvikling": "Development",
"Administasjon": "Administration",
"field": "Field",
"showMore": "Show all"
},
Expand Down
6 changes: 3 additions & 3 deletions messages/no.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"location": "Lokasjon",
"all": "Alle",
"Project Management": "Prosjektledelse",
"design": "Design",
"development": "Utvikling",
"administration": "Administrasjon",
"Design": "Design",
"Utvikling": "Utvikling",
"Administasjon": "Administrasjon",
"field": "Fag",
"showMore": "Vis alle"
},
Expand Down
6 changes: 3 additions & 3 deletions messages/se.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"location": "Kontor",
"all": "Alla",
"Project Management": "Projektledning",
"design": "Design",
"development": "Utveckling",
"administration": "Administration",
"Design": "Design",
"Utvikling": "Utveckling",
"Administasjon": "Administration",
"field": "Fält",
"showMore": "Vis alla"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
}

.image {
aspect-ratio: 1 / 1;
min-width: 20rem;
width: 100%;
height: auto;
object-fit: cover;
max-height: 30rem;

& img {
border-radius: 0.375rem;
Expand All @@ -30,6 +29,12 @@
}
}

.image img {
display: block;
width: 100%;
height: 100%;
}

.textContainer {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit edf5f69

Please sign in to comment.