diff --git a/about.html b/about.html
index 15edacd..2856fb8 100644
--- a/about.html
+++ b/about.html
@@ -3,6 +3,7 @@
+
diff --git a/codecoffee.html b/codecoffee.html
index 148c366..0993e2f 100644
--- a/codecoffee.html
+++ b/codecoffee.html
@@ -3,6 +3,7 @@
+
@@ -265,9 +266,7 @@ Subscribe to our mailing list
-
-
-
+
diff --git a/contact.html b/contact.html
index 9e8a346..9f2b279 100644
--- a/contact.html
+++ b/contact.html
@@ -3,6 +3,7 @@
+
diff --git a/index.html b/index.html
index 78cf383..e7a8eeb 100644
--- a/index.html
+++ b/index.html
@@ -8,6 +8,7 @@
+
diff --git a/members.html b/members.html
index a38ccb1..a1f0ae9 100644
--- a/members.html
+++ b/members.html
@@ -3,6 +3,7 @@
+
diff --git a/newsletter.html b/newsletter.html
index 7565bee..9c78aa6 100644
--- a/newsletter.html
+++ b/newsletter.html
@@ -3,6 +3,7 @@
+
diff --git a/styles/side-menu.css b/styles/side-menu.css
index 8fe1b15..4af7b42 100644
--- a/styles/side-menu.css
+++ b/styles/side-menu.css
@@ -1,8 +1,14 @@
+html{
+ max-width:100%;
+ overflow-x:hidden;
+}
body {
- color: #777;
+ color: #777;
+ overflow-x:scroll;
}
-.pure-img-responsive {
+.pure-img-responsive,
+img{
max-width: 100%;
height: auto;
}