From 7a47800acfe3216be0d69defb4921f62f55399a7 Mon Sep 17 00:00:00 2001
From: Adam Procter <adamprocter@researchnot.es>
Date: Fri, 3 Sep 2021 14:38:06 +0100
Subject: [PATCH] css fixes

scoped the other nodes back so it used mynodes styles as style 1
---
 src/components/OtherNodes.vue | 40 ++---------------------------------
 1 file changed, 2 insertions(+), 38 deletions(-)

diff --git a/src/components/OtherNodes.vue b/src/components/OtherNodes.vue
index a145d96..a9a696c 100644
--- a/src/components/OtherNodes.vue
+++ b/src/components/OtherNodes.vue
@@ -44,44 +44,8 @@ export default {
 }
 </script>
 
-<style>
-h1 {
-  margin: 0em;
-  padding: 0em;
-  font-size: 4.2em;
-  font-family: houschka-rounded, sans-serif;
-  font-weight: 700;
-  font-style: normal;
-  color: black;
-}
-
-h2 {
-  margin: 0em;
-  padding: 0em;
-  font-size: 3.2em;
-  font-family: houschka-rounded, sans-serif;
-  font-weight: 700;
-  font-style: normal;
-  color: black;
-}
-
-h3 {
-  margin: 0em;
-  padding: 0em;
-  font-size: 2.2em;
-  font-family: houschka-rounded, sans-serif;
-  font-weight: 700;
-  font-style: normal;
-  color: black;
-}
-
+<style scoped>
 .nodes {
-  width: 95%;
-  background-color: rgb(155, 194, 216);
-  margin-top: 1em;
-  margin-left: 0.5em;
-}
-img {
-  width: 45%;
+  border: 2px solid black;
 }
 </style>
-- 
GitLab