mirror of
https://github.com/tabler/tabler.git
synced 2026-08-22 02:44:24 +04:00
footer page fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.footer {
|
||||
border-top: 1px solid;
|
||||
background-color: $footer-bg;
|
||||
border-color: $footer-border-color;
|
||||
padding: 0.75rem;
|
||||
border-top: 1px solid $footer-border-color;
|
||||
background-color: $footer-bg;
|
||||
padding: 1rem 0;
|
||||
color: $text-muted;
|
||||
}
|
||||
@@ -2,15 +2,18 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding-top: 1.25rem;
|
||||
padding-bottom: 1.25rem;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@include media-breakpoint-up(xl) {
|
||||
padding-left: .5rem;
|
||||
padding-right: .5rem;
|
||||
>[class*="container"] {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
@media print {
|
||||
|
||||
Reference in New Issue
Block a user