Skip to content

Commit

Permalink
added dare to leap cta section
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-ashish-k committed Nov 23, 2023
1 parent 57d8ef2 commit ef2ebbc
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ import leap from "@/assets/images/flutter-app-development/leap.webp";
</script>
<style lang="postcss" scoped>
.border-text {
-webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.87);
-webkit-text-stroke:1px rgba(0, 0, 0, 0.87);
}
@media (min-width: 992px) {
.border-text {
-webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.87);
}
}
</style>

0 comments on commit ef2ebbc

Please sign in to comment.