aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/footer/footer.component.css
blob: b93e1f3ba95e63d17e097206870949367c20ac97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
footer {
  display: flex;
  width: 100%;
}

footer > * {
  flex: 1;
}

#version {
  text-align: left;
}

#middle-footer-message {
  text-align: center;
}

#license {
  text-align: right;
}