all repos — h3 @ 9be48a7e0f62afde109af560909ba9895c8cedf9

A tiny, extremely minimalist JavaScript microframework.

docs/css/style.css

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
footer {
  text-align: center;
  width: 100%;
}

main {
  height: calc(100vh - 120px);
}

#navigation {
  border: none;
  border-left: 1px solid #ccc;
}

[type="checkbox"].drawer:checked + * {
  padding-top: 60px;
}

.spinner-container {
  text-align: center;
  margin: auto;
}