Revert "Update overview quicklinks with community approved design"

Merged accidentally. Did not have proper +1s/+2s. The author
will resubmit. Apologies for the noise.

This reverts commit 256f5b967beb1505cab73ce59f534b6b9860e38f.

Change-Id: I2cc7f48565221742245613aee383541152e71096
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/src/views/Overview/Overview.vue b/src/views/Overview/Overview.vue
index 4412d19..2672af7 100644
--- a/src/views/Overview/Overview.vue
+++ b/src/views/Overview/Overview.vue
@@ -1,12 +1,9 @@
 <template>
   <b-container fluid>
     <PageTitle />
-    <div class="quicklinks-section">
-      <OverviewQuickLinks />
-    </div>
     <b-row>
-      <b-col>
-        <PageSection sectionTitle="Server Information">
+      <b-col lg="8" sm="12">
+        <PageSection sectionTitle="Server information">
           <b-row>
             <b-col sm="6">
               <dl>
@@ -79,6 +76,9 @@
           </b-row>
         </PageSection>
       </b-col>
+      <b-col lg="4" sm="12">
+        <OverviewQuickLinks />
+      </b-col>
     </b-row>
     <PageSection sectionTitle="High priority events">
       <OverviewEvents />
@@ -127,10 +127,3 @@
   }
 };
 </script>
-
-<style lang="scss" scoped>
-.quicklinks-section {
-  margin-bottom: $spacer * 2;
-  margin-left: -1rem;
-}
-</style>