Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
reemabahussain committed Oct 8, 2023
1 parent eae21a7 commit 1b8480b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
9 changes: 1 addition & 8 deletions components/Partners.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,5 @@
name: 'Partners'
}
</script>

<style scoped>
.partner-logo {
width: 100%;
height: 100%;
object-fit: contain;
}
</style>


8 changes: 1 addition & 7 deletions components/inc/AppHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,4 @@ export default {
},
},
};
</script>

<style scoped>
.logo-img {
width: 140px;
}
</style>
</script>
10 changes: 10 additions & 0 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ body {
color: #ed9415;
}

.logo-img {
width: 140px;
}

.carousel-item:after {
content: "";
display: block;
Expand Down Expand Up @@ -98,6 +102,12 @@ body {
color: #ed9415;
}

.partner-logo {
width: 100%;
height: 100%;
object-fit: contain;
}

.icon-img {
position: absolute;
top: -45px;
Expand Down

0 comments on commit 1b8480b

Please sign in to comment.