11 lines
167 B
Plaintext
11 lines
167 B
Plaintext
|
|
.footer {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: center;
|
||
|
|
position: sticky;
|
||
|
|
bottom: 0;
|
||
|
|
background: #fff;
|
||
|
|
z-index: 1;
|
||
|
|
padding-top: 12px;
|
||
|
|
}
|