summaryrefslogtreecommitdiff
path: root/frontend/site/site.css
blob: 0597514400b895f44e8a7fc0707078957fc6ea35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.roadblock {
  position: fixed;
  top: 0; left: 0;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.roadblock div {
  display: inline-block;  
  text-align: center;
}
.roadblock h2 {
  font-style: italic;
}
.roadblock button {
  padding: 0.5rem;
}