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

css tweaks

nothing special
parent 48d4dc0f
No related branches found
No related tags found
No related merge requests found
<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;
}
......
......@@ -99,5 +99,6 @@ export default {
.about {
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment