Skip to content

Commit

Permalink
switch div to p so text styling would apply
Browse files Browse the repository at this point in the history
  • Loading branch information
selichter committed Aug 23, 2021
1 parent 495d0a7 commit 361a997
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Resources/Styles/package_list.scss
Expand Up @@ -49,7 +49,6 @@
background-size: 30%;
background-position: center;
padding: 25px;

}

}
Expand Down
2 changes: 1 addition & 1 deletion Sources/App/Views/Author/AuthorShow+View.swift
Expand Up @@ -81,7 +81,7 @@ enum AuthorShow {
.h4(.text(package.title)),
.p(.text(package.description))
),
.div(
.p(
.span(.id("star_text")),
.text(starsText(stars: package.stars))
)
Expand Down

0 comments on commit 361a997

Please sign in to comment.