9 lines
113 B
SCSS
9 lines
113 B
SCSS
.globalFooter {
|
|
position: fixed;
|
|
bottom: 30px;
|
|
left: 0;
|
|
right: 0;
|
|
text-align: center;
|
|
color: #fff;
|
|
}
|