17 lines
210 B
SCSS
17 lines
210 B
SCSS
#footer {
|
|
font-size: 12px;
|
|
position: absolute;
|
|
bottom: 30px;
|
|
opacity: 0.6;
|
|
width: 100%;
|
|
text-align: center;
|
|
.outer{
|
|
padding: 0 30px;
|
|
}
|
|
}
|
|
.footer-left{
|
|
float: left;
|
|
}
|
|
.footer-right{
|
|
float: right;
|
|
} |