aboutsummaryrefslogtreecommitdiff
blob: 635302a1742c83a05109ce5b28c4ffaff51fe788 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@import "../vendor/tyrian/tyrian";

@import "about";
@import "arches";
@import "categories";
@import "index";
@import "keywords";
@import "misc";
@import "packages";
@import "sprockets-octicons";
@import "useflags";

@import "../vendor/stylesheets/jquery.typeahead.min";

body {
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding-bottom: 215px;
}
footer {
  position: absolute;
  margin-top: 40px;
  bottom: 0;
  width: 100%;
}