summaryrefslogtreecommitdiff
path: root/hacklabxl.css
blob: 11ad9b885fddc763fbe4b7f889671e546aca9d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.container {
  column-count: 6;
  column-fill: balance;
  column-rule: dotted 1px black;
  height: 95vh;
  }
div {
  border-bottom: solid 3px black;
}
div#neutrinet {
  padding-top: 1em;
}
.fhri {
  width: 100%;
}


/* */