File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
frontend/src/components/app/users Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 class =" relative image-height"
66 v-bind:style =" {
77 'background-repeat': 'no-repeat',
8- 'background-position': 'center center ',
8+ 'background-position': 'center top ',
99 'background-size' :'cover',
1010 'background-image': 'url(' + getImage() + ')'}" >
1111 <div v-if =" imagesCount > 1" class =" absolute flex w-full top-0 left-0 w-full z-10 px-8 pt-1" >
Original file line number Diff line number Diff line change 2727 class =" px-4 py-1 border rounded-xl mr-2 mt-2 text-gray-600 text-sm" >{{interest}}</h1 >
2828 </div >
2929 </div >
30- <div class =" text-left px-8 pt-8 pb-1" >
30+ <div class =" text-left px-4 pt-8 pb-1" >
3131 <h1 id =" sliderScoreHeader" >Heat score</h1 >
3232 </div >
3333 <div id =" sliderScoreContainer" class =" text-center w-full heatScore relative h-6" >
@@ -115,7 +115,7 @@ export default {
115115}
116116
117117#sliderScoreHeader {
118- color : #660066 ;
118+ color : #cc00ff ;
119119}
120120
121121 </style >
You can’t perform that action at this time.
0 commit comments