mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-13 19:15:39 +00:00
footer
This commit is contained in:
@@ -16,16 +16,30 @@
|
||||
*/
|
||||
@import '../_vars.scss';
|
||||
|
||||
$footer-font-size: 14px;
|
||||
|
||||
.details__container {
|
||||
display: flex;
|
||||
font-size: $footer-font-size;
|
||||
// margin-left: auto;
|
||||
}
|
||||
|
||||
.details__copyright {
|
||||
flex: 2;
|
||||
font-size: $footer-font-size;
|
||||
}
|
||||
|
||||
.details {
|
||||
list-style: none;
|
||||
position: relative;
|
||||
bottom: 0px;
|
||||
box-sizing: border-box;
|
||||
width: 95%;
|
||||
display: flex;
|
||||
font-size: 14px;
|
||||
margin: auto;
|
||||
background-color: $backdrop;
|
||||
|
||||
//position: relative;
|
||||
// width: 95%;
|
||||
//margin: auto;
|
||||
}
|
||||
|
||||
.details__item {
|
||||
|
||||
Reference in New Issue
Block a user