You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
196 B
15 lines
196 B
1 year ago
|
footer.sticky-footer {
|
||
|
padding: 2rem 0;
|
||
|
flex-shrink: 0;
|
||
|
.copyright {
|
||
|
line-height: 1;
|
||
|
font-size: 0.8rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
body.sidebar-toggled {
|
||
|
footer.sticky-footer {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|