mirror of https://github.com/interlegis/sapl.git
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.
25 lines
322 B
25 lines
322 B
|
|
body {
|
|
margin-bottom: 160px;
|
|
}
|
|
.footer {
|
|
background: #364347;
|
|
color: white;
|
|
text-align: center;
|
|
position: absolute;
|
|
width: 100%;
|
|
bottom: 0px;
|
|
p {
|
|
color: white;
|
|
margin-top: 10px;
|
|
}
|
|
.container {
|
|
padding-top: 25px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991px) {
|
|
.footer {
|
|
position: relative;
|
|
}
|
|
}
|
|
|