chore: updated styles for sipp 03831eab
Steve Simkins · 2026-05-20 23:00 2 file(s) · +2 −8
apps/sipp/server/static/styles.css +0 −6
75 75
  flex-wrap: wrap;
76 76
}
77 77
78 -
/* Snippet page header variant (plain <a class="header">) */
79 -
80 -
.nav {
81 -
  width: 100%;
82 -
  margin-top: 2rem;
83 -
}
apps/sipp/server/templates/snippet.html +2 −2
17 17
    <meta property="og:image" content="{{.BaseURL}}/static/og.png">
18 18
  </head>
19 19
  <body>
20 -
    <div class="nav">
21 -
      <a href="/" class="header"><h1>SIPP</h1></a>
20 +
    <div class="header">
21 +
      <a href="/" class="logo"><h1>SIPP</h1></a>
22 22
    </div>
23 23
    <div id="snippetForm">
24 24
      <label id="snippetName">{{.Name}}</label>