Skip to content

Commit

Permalink
Update: Adjust margins and spacing in CSS for card stars text
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont committed May 20, 2024
1 parent 2f4b087 commit 8806fd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/sendRating.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ async function sendVotes(profId, teachingQuality, kindness, humor) {
});
let responseJson = await response.json();
if (responseJson.info == "vote updated") {
alert("Votre vote a été mis a jour");
openPopup("alertPopup");
}
}
3 changes: 2 additions & 1 deletion styles/standard-assets/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
}

.standart-card-stars-text {
margin-bottom: -15px;
margin-bottom: -10px;
margin-top: 10px;
transform: translateX(-1px);
font-size: 17px;
text-transform: uppercase;
Expand Down

0 comments on commit 8806fd1

Please sign in to comment.