Fix text breaking on home hero

This commit is contained in:
Kevin Kandlbinder 2021-05-19 18:47:05 +02:00
parent 26fb1a787e
commit 0ca6f64ce7
3 changed files with 4 additions and 2 deletions

View file

@ -8,7 +8,7 @@
}, },
"home": { "home": {
"heroPretitle": "Kevins", "heroPretitle": "Kevins",
"heroTitle": "Datenkasten", "heroTitle": "Daten\u00ADkasten",
"heroSubtitle": "Dein 1-Stopp-Daten-Shop!" "heroSubtitle": "Dein 1-Stopp-Daten-Shop!"
}, },
"tools": { "tools": {

View file

@ -8,7 +8,7 @@
}, },
"home": { "home": {
"heroPretitle": "Kevin's", "heroPretitle": "Kevin's",
"heroTitle": "Data-Toolbox", "heroTitle": "Data Toolbox",
"heroSubtitle": "Your One-Stop-Data-Shop!" "heroSubtitle": "Your One-Stop-Data-Shop!"
}, },
"tools": { "tools": {

View file

@ -20,6 +20,8 @@
color: white; color: white;
text-shadow: 0 0 10px black, 0 0 10px black; text-shadow: 0 0 10px black, 0 0 10px black;
text-align: center;
&.heroPretitle { &.heroPretitle {
font-size: 2em; font-size: 2em;
font-weight: 100; font-weight: 100;