diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 4e07371..bacf8d9 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -406,3 +406,12 @@ h1 { background-repeat: no-repeat; background-attachment: fixed; } + +.edit-button { + width: 100%; + margin-right: auto; + margin-left: auto; + text-align: center; + padding-top: 2%; + padding-bottom: 2%; +} diff --git a/app/views/static_pages/about.html.erb b/app/views/static_pages/about.html.erb index d2f698b..17bf788 100644 --- a/app/views/static_pages/about.html.erb +++ b/app/views/static_pages/about.html.erb @@ -27,22 +27,21 @@

Consoles

We have a huge range of consoles on offer...

Feel free to browse through our website and see what fantastic deals we have on offer...

- VIEW CONSOLES

Activities

We have a huge range of activity games on offer...

Feel free to browse through our website and see what fantastic deals we have on offer...

- VIEW ACTIVITIES

Genres

We have a huge range of different games on offer...

Feel free to browse through our website and see what fantastic deals we have on offer...

- VIEW GENRES
-
+
+

Continue Shopping

+
diff --git a/app/views/static_pages/help.html.erb b/app/views/static_pages/help.html.erb index 9a3c2d2..2ceb7f3 100644 --- a/app/views/static_pages/help.html.erb +++ b/app/views/static_pages/help.html.erb @@ -70,22 +70,21 @@ If your suburb is not currently covered by us, please don’t hesitate to contac

Tech Support

We have a huge range of consoles on offer...

Feel free to browse through our website and see what fantastic deals we have on offer...

- CONTACT

Customer Care

We have a huge range of activity games on offer...

Feel free to browse through our website and see what fantastic deals we have on offer...

- CONTACT

Enquiries

We have a huge range of different games on offer...

Feel free to browse through our website and see what fantastic deals we have on offer...

- CONTACT
-
+
+

Continue Shopping

+
diff --git a/db/development.sqlite3 b/db/development.sqlite3 index 86b2e54..a0ff40b 100644 Binary files a/db/development.sqlite3 and b/db/development.sqlite3 differ