aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/not-found/not-found.component.css
blob: ef6231df155a68d11931554e685468868d3098f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#content {
  font-size: 1.3em;
}

#content hr {
	width: 100%;
	border: 1px solid black;
	box-sizing: border-box;
}

#back-btns {
  width: 100%;
  display: flex;
}

#back-btns > * {
  flex: 1;
  margin-right: .2em;
}

#back-btns > *:nth-last-child(1) {
  margin-right: 0;
}