diff --git a/AppShell.xaml b/AppShell.xaml
index 11750bd..277d3d1 100644
--- a/AppShell.xaml
+++ b/AppShell.xaml
@@ -43,5 +43,11 @@
Title="Favorites Page"
ContentTemplate="{DataTemplate pages:FavoritesPage}"
Route="Favorites" />
+
+
+
\ No newline at end of file
diff --git a/Pages/FavoritesPage.xaml b/Pages/FavoritesPage.xaml
index efd7b6e..7966adf 100644
--- a/Pages/FavoritesPage.xaml
+++ b/Pages/FavoritesPage.xaml
@@ -11,21 +11,26 @@
+ Padding="20, 40, 0, 30"
+ ColumnDefinitions="*"
+ MaximumHeightRequest="60">
+ Source="arrow_back.svg"
+ HorizontalOptions="Start"/>
+
+ HorizontalOptions="Center"
+ VerticalOptions="Center"/>
diff --git a/Pages/MyRecipesPage.xaml b/Pages/MyRecipesPage.xaml
new file mode 100644
index 0000000..33ae85a
--- /dev/null
+++ b/Pages/MyRecipesPage.xaml
@@ -0,0 +1,65 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Pages/MyRecipesPage.xaml.cs b/Pages/MyRecipesPage.xaml.cs
new file mode 100644
index 0000000..9e0f53a
--- /dev/null
+++ b/Pages/MyRecipesPage.xaml.cs
@@ -0,0 +1,9 @@
+namespace ShoopNCook.Pages;
+
+public partial class MyRecipesPage : ContentPage
+{
+ public MyRecipesPage()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Pages/ProfilePage.xaml b/Pages/ProfilePage.xaml
index 4a4bbfa..fa1e736 100644
--- a/Pages/ProfilePage.xaml
+++ b/Pages/ProfilePage.xaml
@@ -13,23 +13,25 @@
-
-
-
+ Padding="10, 20, 0, 30"
+ ColumnDefinitions="*"
+ MaximumHeightRequest="60">
+
+
+
diff --git a/Pages/RecipePage.xaml b/Pages/RecipePage.xaml
index e8c2942..4704ea5 100644
--- a/Pages/RecipePage.xaml
+++ b/Pages/RecipePage.xaml
@@ -140,9 +140,7 @@
HorizontalOptions="Center"
Text="Submit"/>
-
-
diff --git a/Pages/SearchPage.xaml b/Pages/SearchPage.xaml
index ce8d4cf..c7494b4 100644
--- a/Pages/SearchPage.xaml
+++ b/Pages/SearchPage.xaml
@@ -12,26 +12,31 @@
+ Grid.Row="0"
+ Padding="10, 20, 0, 30"
+ ColumnDefinitions="*"
+ MaximumHeightRequest="60">
+
+
-
-
-
+
+
+
diff --git a/Resources/Styles/Styles.xaml b/Resources/Styles/Styles.xaml
index 3a79ae2..fda8d67 100644
--- a/Resources/Styles/Styles.xaml
+++ b/Resources/Styles/Styles.xaml
@@ -7,7 +7,8 @@
@@ -15,7 +16,8 @@
x:Key="SecondaryBorderShadow">
-
+
+
@@ -42,6 +44,7 @@
x:Key="UserButton">
+