diff --git a/docs/_static/custom.css b/docs/_static/custom.css
index 3d606c1585f4..83cbe0d3d9b3 100644
--- a/docs/_static/custom.css
+++ b/docs/_static/custom.css
@@ -27,7 +27,7 @@ body.two-column #gc-sidebar {
 
 .service.topic {
   width: 33%;
-  height: 435px;
+  height: 340px;
   float: left;
   text-align: center;
 }
@@ -39,6 +39,10 @@ body.two-column #gc-sidebar {
   font-weight: 600;
 }
 
+.service.topic img {
+  width: 160px;
+}
+
 .service.topic ul {
   list-style-type: none;
   font-size: 110%;
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index b8dcc3a3c7ac..0e768abe59a1 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -154,7 +154,7 @@ <h3>All API Docs</h3>
   </head>
   <body role="document" class="two-column docs">
     {%- block github_fork -%}
-    <a href="https://github.com/GoogleCloudPlatform/gcloud-python"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 999;" src="/_static/forkme.png" alt="Fork me on GitHub"></a>
+    <a href="https://github.com/GoogleCloudPlatform/gcloud-python"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 999;" src="_static/forkme.png" alt="Fork me on GitHub"></a>
     {%- endblock -%}
     {%- block header %}
     <div id="sandbar">