From 93b6baba7f15654acf073351997c487a27978cc6 Mon Sep 17 00:00:00 2001
From: Adam Procter <adamprocter@researchnot.es>
Date: Wed, 17 Jun 2020 12:47:42 +0100
Subject: [PATCH] css tweaks

nothing special
---
 app/src/components/IpfsInfo.vue | 12 +++++++++++-
 app/src/views/About.vue         |  1 +
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/app/src/components/IpfsInfo.vue b/app/src/components/IpfsInfo.vue
index da274f7..c0a4c7b 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 79b47f8..66935b2 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>
-- 
GitLab