Skip to content

Commit

Permalink
Fix lab hero background not being sized to the container
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas committed Nov 22, 2024
1 parent 8a1cae2 commit a40deff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/labs/LabView/components/LabDescription.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
.lab-header {
position: relative;
background-position: center;
background-size: cover;
min-height: 250px;
padding: 10px 20px;
}
Expand Down

0 comments on commit a40deff

Please sign in to comment.