diff --git a/app/src/components/IpfsInfo.vue b/app/src/components/IpfsInfo.vue
index da274f75f4adaa0438d40e66fd505ef2b725c5fb..c0a4c7bc830a9fdac6def9c58fed3901a50df033 100644
--- a/app/src/components/IpfsInfo.vue
+++ b/app/src/components/IpfsInfo.vue
@@ -1,5 +1,5 @@
 <template>
-  <div>
+  <div class="ipfstest">
     <h1>IPFS View</h1>
     <h3>Testing Only</h3>
     <h1>{{ status }}</h1>
@@ -99,10 +99,20 @@ export default {
   /* display: none; */
 }
 
+.ipfstest {
+  margin-left: 1em;
+  margin-bottom: 1em;
+  margin-right: 1em;
+}
+
 h1 {
   font-size: 1em;
 }
 
+h2 {
+  overflow-wrap: break-word;
+}
+
 h3 {
   color: red;
 }
diff --git a/app/src/views/About.vue b/app/src/views/About.vue
index 79b47f8ecd3f19e921583019556fc948215fbb72..66935b26c2385dabdc3ccf8b762bbe7e2d17e3dd 100644
--- a/app/src/views/About.vue
+++ b/app/src/views/About.vue
@@ -99,5 +99,6 @@ export default {
 .about {
   margin-left: 1em;
   margin-bottom: 1em;
+  margin-right: 1em;
 }
 </style>