@ -10,6 +10,7 @@
</head>
<body>
<div id="app">
<a href="archive" class="archive">Archive</a>
<cookbook-form></cookbook-form>
</div>
@ -64,3 +64,15 @@ label {
.entry + .entry {
margin-top: 32px;
}
.archive {
position: absolute;
right: 24px;
top: 48px;
color: currentColor;
cursor: pointer;
background-color: white;
border-radius: 1em;
padding: 0 0.5em;
text-decoration: none;