Skip to content

Commit

Permalink
Fixes in ios-developmet-page
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jagruti-a committed Dec 4, 2023
1 parent 8d4481c commit 085ecc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
class="bg-ios-landing-background bg-opacity-10 3xl:outer-container lg:mt-28"
class="bg-ios-landing-background bg-opacity-10 py-10 3xl:outer-container lg:mt-28"
>
<div
class="container px-4 pb-4 3xl:pb-28 text-left lg:flex mb-4 md:mb-7 lg:mb-14"
Expand Down
2 changes: 1 addition & 1 deletion nuxt-frontend/pages/ios-app-development.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const NewFooter = defineAsyncComponent(
export default {
data() {
return {
isHeaderVisible: true,
isHeaderVisible: true,
event: "",
events: {
iosSuccessstory: "view_ios_app_development_success_story",
Expand Down

0 comments on commit 085ecc4

Please sign in to comment.