summaryrefslogtreecommitdiff
path: root/WebInterface/src/style/partials/front-layer/_copyright.scss
blob: 31ac61477a0593e547b9286b19ad9db7fa2d4880 (plain)
1
2
3
4
5
6
7
8
9
10
.front-layer{
  .copyright-container {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin: 4px;
    bottom: 0;
    text-align: center;
  }
}