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": {
"heroPretitle": "Kevins",
"heroTitle": "Datenkasten",
"heroTitle": "Daten\u00ADkasten",
"heroSubtitle": "Dein 1-Stopp-Daten-Shop!"
},
"tools": {

View file

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

View file

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