all repos — h3 @ 9de29630732862fa919afa6cbaa4732c11eb2302

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
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;
}