Commit b039750a17a90eb87c64d4637b1f2aaa77104db6
1 parent
8ce134e5
footer position
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
frontend/web/css/main.css
... | ... | @@ -533,6 +533,8 @@ section.bar.background-gray.steps-pre:before { |
533 | 533 | } |
534 | 534 | @media(min-width:992px){ |
535 | 535 | header{height: 62px;overflow: hidden;} |
536 | + #all{min-height:100vh;position: relative;padding-bottom: 215px;} | |
537 | + footer#footer{max-height: 215px;position: absolute;width: 100%;bottom: 0;} | |
536 | 538 | #calculate-modal .modal-dialog{width: 90%!important;max-width: 1550px!important;} |
537 | 539 | .links-ses-for-wr .container .row p {margin: 7px 0px;} |
538 | 540 | p.coord1{margin-top:-30px;} | ... | ... |