first letter styling
This commit is contained in:
parent
c2af147514
commit
8ef1681379
5 changed files with 17 additions and 11 deletions
|
|
@ -3310,7 +3310,7 @@ var HK = {
|
|||
spoiler: "A dreamer is sleeping somewhere, at the top of a high spire."
|
||||
},
|
||||
killedHollowKnight: {
|
||||
spoiler: "He heard a disturbance from inside a black temple."
|
||||
spoiler: "He heard a disturbance from inside a black temple. Maybe it's worth investigating."
|
||||
},
|
||||
endOfHints: {
|
||||
spoiler: "The Knight still explores the world of Hallownest patiently, in constant search of its remaining secrets. [this is the end of the hint system (for the moment). The rest is up to you]"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -497,11 +497,14 @@ input[type="file"] {
|
|||
|
||||
.hint::first-letter {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
float: left;
|
||||
margin-right: 0.6rem;
|
||||
margin-top: 0.5rem;
|
||||
font-size: 2.8rem;
|
||||
line-height: 0.8;
|
||||
padding: 0;
|
||||
margin: 0.2em 0.1em 0 0;
|
||||
font-size: 2.8em;
|
||||
font-style: normal;
|
||||
line-height: 0.6em;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -334,11 +334,14 @@ input[type="file"] {
|
|||
|
||||
.hint::first-letter {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
float: left;
|
||||
margin-right: 0.6rem;
|
||||
margin-top: 0.5rem;
|
||||
font-size: 2.8rem;
|
||||
line-height: 0.8;
|
||||
padding: 0;
|
||||
margin: 0.2em 0.1em 0 0;
|
||||
font-size: 2.8em;
|
||||
font-style: normal;
|
||||
line-height: 0.6em;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue