Skip to content

Commit

Permalink
Align package details vertically centered (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasbableck authored Jul 1, 2024
1 parent a9fa864 commit ee8d17f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/routes/Packages/BasePackage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,11 @@
width: 180px;
margin-left: 20px;
}
&__details {
display: flex;
align-self: center;
align-items: center;
}
}
}
Expand Down

0 comments on commit ee8d17f

Please sign in to comment.