Skip to content

Commit

Permalink
Updated styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Block committed Aug 13, 2024
1 parent 27e13e2 commit 82394c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omnedia/ngx-word-pullup",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple typewriter effect to animate text.",
"peerDependencies": {
"@angular/common": "^17.3.0",
Expand Down
19 changes: 12 additions & 7 deletions src/lib/ngx-word-pullup.component.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
.om-word-pullup p {
position: relative;
.om-word-pullup {
width: fit-content;
height: fit-content;
display: flex;
font-size: 2rem;
gap: 0.4rem;

span {
display: inline-block;
p {
position: relative;
width: fit-content;
height: fit-content;
display: flex;
font-size: 2rem;
gap: 0.4rem;

span {
display: inline-block;
}
}
}

0 comments on commit 82394c6

Please sign in to comment.