Skip to content
Snippets Groups Projects
Commit 7a47800a authored by Adam Procter's avatar Adam Procter
Browse files

css fixes

scoped the other nodes back so it used mynodes styles as style 1
parent 5e4a6ad8
No related branches found
No related tags found
No related merge requests found
...@@ -44,44 +44,8 @@ export default { ...@@ -44,44 +44,8 @@ export default {
} }
</script> </script>
<style> <style scoped>
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;
}
.nodes { .nodes {
width: 95%; border: 2px solid black;
background-color: rgb(155, 194, 216);
margin-top: 1em;
margin-left: 0.5em;
}
img {
width: 45%;
} }
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment