mirror of
https://github.com/Unkn0wnCat/data-toolbox-site.git
synced 2025-06-17 15:31:35 +02:00
Fix text breaking on home hero
This commit is contained in:
parent
26fb1a787e
commit
0ca6f64ce7
3 changed files with 4 additions and 2 deletions
|
@ -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": {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue