Skip to content

Commit b570978

Browse files
committed
visual tweaks
1 parent b8c5bde commit b570978

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

frontend/src/components/app/users/UserImages.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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">

frontend/src/components/app/users/UserProfile.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
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>

0 commit comments

Comments
 (0)