mirror of
https://github.com/Unkn0wnCat/data-toolbox-site.git
synced 2025-06-16 15:01:38 +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": {
|
||||
"heroPretitle": "Kevins",
|
||||
"heroTitle": "Datenkasten",
|
||||
"heroTitle": "Daten\u00ADkasten",
|
||||
"heroSubtitle": "Dein 1-Stopp-Daten-Shop!"
|
||||
},
|
||||
"tools": {
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"home": {
|
||||
"heroPretitle": "Kevin's",
|
||||
"heroTitle": "Data-Toolbox",
|
||||
"heroTitle": "Data Toolbox",
|
||||
"heroSubtitle": "Your One-Stop-Data-Shop!"
|
||||
},
|
||||
"tools": {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue