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


/* */